UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

11 lines (10 loc) 122 B
error: /default cases only allowed at the end/ ---- switch (x) { default: a(); case b: c(); break; } ----