mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 07:28:03 -05:00
9 lines
130 B
TypeScript
9 lines
130 B
TypeScript
//! test_output(undefined)
|
|
|
|
export default function () {
|
|
switch (37 as unknown) {
|
|
case 42:
|
|
return "matched 42";
|
|
}
|
|
}
|