mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Add failing test
This commit is contained in:
1
inputs/failing/Type.ts
Normal file
1
inputs/failing/Type.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type Type = string;
|
||||
9
inputs/failing/importType.ts
Normal file
9
inputs/failing/importType.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// test_output! "done"
|
||||
|
||||
import { type Type } from "./Type.ts";
|
||||
|
||||
export default function main() {
|
||||
const msg: Type = "done";
|
||||
|
||||
return msg;
|
||||
}
|
||||
Reference in New Issue
Block a user