UNPKG

jsx

Version:

a faster, safer, easier JavaScript

20 lines (18 loc) 207 B
/*EXPECTED ok ok */ class _Main { static function main(args : string[]) : void { switch ([2][0]) { case 2: log "ok"; break; } switch (1) { case [ 1 ].pop(): log "ok"; break; } } }