Files
babel/test/fixtures/transformation/es6-classes-loose/super-function-fallback/expected.js
2015-01-14 00:24:34 +11:00

6 lines
103 B
JavaScript

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