swc/ecmascript/codegen/tests/references/90fa9751ab71ce28.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

8 lines
78 B
JavaScript

(function() {
var a;
with (b){
a;
}
a = a += 1;
}());