Improved type system
This commit is contained in:
@ -1 +1 @@
|
||||
f(a Int,) -> Int { return a }
|
||||
f(a int,) -> int { return a }
|
Reference in New Issue
Block a user
@ -1 +1 @@
|
||||
f(a Int,) -> Int { return a }
|
||||
f(a int,) -> int { return a }
|