mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Formatting
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
//! test_output(["c1","c2","default"])
|
||||
|
||||
export default function foo() {
|
||||
export default function () {
|
||||
let logs = [];
|
||||
|
||||
switch (0) {
|
||||
case logs.push("c1"):
|
||||
break;
|
||||
|
||||
default:
|
||||
logs.push("default");
|
||||
break;
|
||||
|
||||
case logs.push("c2"):
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user