swc/ecmascript/codegen/tests/references/5239dd0fc0effb71.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

17 lines
245 B
JavaScript

function // DO NOT DROP i
function a() {
var // DO NOT DROP i
function a() {
var b ;
with (// DO NOT DROP i
function a() {
var b;
with (c){
// DO NOT DROP i
function a() {
var b;
with (c) {
b;
}
}