Added more tests

This commit is contained in:
Eduard Urbach 2025-02-05 11:11:15 +01:00
parent 8421a21c9a
commit 85568949a2
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
8 changed files with 20 additions and 7 deletions

View file

@ -0,0 +1 @@
f(,) {}

View file

@ -0,0 +1 @@
f(a Int,) -> Int { return a }

View file

@ -0,0 +1 @@
f(,a Int) {}

View file

@ -0,0 +1 @@
f(a) {}