upload code
This commit is contained in:
commit
3f507064ce
111 changed files with 9258 additions and 0 deletions
7
integration/fail/unknown-type/declaration.out
Normal file
7
integration/fail/unknown-type/declaration.out
Normal file
|
@ -0,0 +1,7 @@
|
|||
Error: Unknown type
|
||||
╭─[declaration.txt:1:10]
|
||||
│
|
||||
1 │ let foo: Foo = 0;
|
||||
· ─┬─
|
||||
· ╰─── This type has not been defined
|
||||
───╯
|
1
integration/fail/unknown-type/declaration.txt
Normal file
1
integration/fail/unknown-type/declaration.txt
Normal file
|
@ -0,0 +1 @@
|
|||
let foo: Foo = 0;
|
Reference in a new issue