2017-11-01 16:16:48 +01:00

6 lines
59 B
JavaScript
Executable File

switch (a) {
case 1:
break;
//no default
}