fix static member expression calls, make classes more spec-compliant
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var Test = function () {
|
||||
function Test() {
|
||||
var Test = function Test() {
|
||||
arr.map(x => x * x);
|
||||
}
|
||||
};
|
||||
return Test;
|
||||
}();
|
||||
|
||||
Reference in New Issue
Block a user