DEBSOURCES
Skip Quicknav
sources / node-js-tokens / 8.0.0-2 / debian / tests / test_modules / test262-parser-tests / pass-explicit / 26f632a0a4d60150.js
123456789
switch (1) { case 2: a(); case (3) + (4): b(); break; case ((5) + (6)) + (7): c(); }