swc/ecmascript/codegen/tests/references/1b0c0fc32b9e5e35.js
강동윤 7b56b0bc74
Improve codegen (#57)
* travis: make it faster

* better codegen

* Move enable_comments field to config
2018-11-15 21:43:04 +09:00

7 lines
86 B
JavaScript

void function() {
var a;
a = function() {
return 1;
};
}.b(this);