swc/crates/swc_ecma_parser/tests/comments/stmts/switch/input.js
2021-11-10 19:00:54 +09:00

5 lines
46 B
JavaScript

switch (1) {
case 2:
3;
// 4
}