swc/ecmascript/codegen/tests/references/1b0c0fc32b9e5e35.js
강동윤 eb2a2a7f15
Fix tests and lints (#44)
- Temporarilly ignored comment codegen tests.
 - Split Simplify into SimplifyExpr and SimplifyStmt
 - fix lints
2018-11-05 13:12:52 +09:00

13 lines
251 B
JavaScript

void function() {
var // reported from issue #60
void function () {
var a ;
// this foo should be dropped
a = function() {
return 1;
};
}.// this should be transformed to non-assignment expression
return 1;
};
}.b(this);