Files
babel/packages/babel-plugin-transform-classes/test/fixtures/spec/super-function-fallback/output.js
2018-04-06 02:54:08 +01:00

5 lines
219 B
JavaScript

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