11 lines
236 B
JavaScript
11 lines
236 B
JavaScript
"use strict";
|
|
|
|
var Test = (function () {
|
|
function Test() {
|
|
babelHelpers.classCallCheck(this, Test);
|
|
|
|
babelHelpers.get(Object.getPrototypeOf(Test.prototype), "hasOwnProperty", this).call(this, "test");
|
|
}
|
|
|
|
return Test;
|
|
})(); |