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

4 lines
88 B
JavaScript

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