first commit
This commit is contained in:
6
test/fixtures/classes/constructor/expected.js
vendored
Normal file
6
test/fixtures/classes/constructor/expected.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var Test = function () {
|
||||
function Test() {
|
||||
this.state = "test";
|
||||
}
|
||||
return Test;
|
||||
}();
|
||||
Reference in New Issue
Block a user