rename syntax tests to transformation
This commit is contained in:
9
test/fixtures/transformation/classes/super-function-fallback/expected.js
vendored
Normal file
9
test/fixtures/transformation/classes/super-function-fallback/expected.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
var Test = function() {
|
||||
var Test = function Test() {
|
||||
Function.prototype.hasOwnProperty.call(this, "test");
|
||||
};
|
||||
|
||||
return Test;
|
||||
}();
|
||||
Reference in New Issue
Block a user