mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 19:47:10 +03:00
2 lines
104 B
JavaScript
2 lines
104 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)
|