Files
babel/test/fixtures/transformation/es6-classes/super-function-fallback/expected.js

7 lines
192 B
JavaScript

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