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

7 lines
146 B
JavaScript

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