UNPKG

test262-parser-tests

Version:
12 lines (11 loc) 127 B
switch (1) { case 2: a(); case (3) + (4): b(); break; case ((5) + (6)) + (7): c(); default: d(); }