upload code

This commit is contained in:
Dominic 2022-10-16 20:14:55 +02:00
commit 3f507064ce
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
111 changed files with 9258 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Error: Unknown type
╭─[declaration.txt:1:10]
1 │ let foo: Foo = 0;
· ─┬─
· ╰─── This type has not been defined
───╯

View file

@ -0,0 +1 @@
let foo: Foo = 0;