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

5 lines
205 B
JavaScript

var Test = function Test() {
babelHelpers.classCallCheck(this, Test);
babelHelpers.get(Test.prototype.__proto__ || Object.getPrototypeOf(Test.prototype), "hasOwnProperty", this).call(this, "test");
};