swc/ecmascript/codegen/tests/references/8ef08a335a7f5966.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

8 lines
165 B
JavaScript

a. a.b('c');
a.b('c');
a. a.b('c');
a.b. a.b('c');
a.b.d( a.b('c');
a.b.d(a, a.b('c');
a.b.d(a, arguments);