swc/ecmascript/codegen/tests/references/c17fd07fc9b5bf7e.js
강동윤 f9be576e02
Ecmascript codegen (#40)
Comment is not fully supported yet
2018-10-25 13:17:05 +09:00

8 lines
112 B
JavaScript

new a(1);
new a(2)(3);
new a(4)(5)(6);
new new a(7);
new new a(8)(9);
new (new a(10))(11);
(new new a(12))(13);