remove possibleConstructorReturn in loose mode as well
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
|
||||
// @flow
|
||||
var C = function () {
|
||||
function C() {
|
||||
babelHelpers.classCallCheck(this, C);
|
||||
}
|
||||
function C() {}
|
||||
|
||||
C.prototype.m = function m(x /*: number*/) /*: string*/ {
|
||||
return 'a';
|
||||
};
|
||||
|
||||
return C;
|
||||
}();
|
||||
}();
|
||||
|
||||
Reference in New Issue
Block a user