mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
7 lines
77 B
JavaScript
7 lines
77 B
JavaScript
|
switch (foo) {
|
||
|
case "bar":
|
||
|
baz();
|
||
|
break;
|
||
|
case moo:
|
||
|
}
|