Files
babel/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-function-fallback/expected.js

6 lines
132 B
JavaScript

var Test = function Test() {
babelHelpers.classCallCheck(this, Test);
Function.prototype.hasOwnProperty.call(this, "test");
};