Closed aaronbembenek closed 2 months ago
I tried this program:
type foo = i32 rel bar(i32 foo)
and got the result:
Parsing... Error while parsing line 3: null
We should instead report something like "The type foo takes 0 parameter(s), but 1 supplied."
foo
I tried this program:
and got the result:
We should instead report something like "The type
foo
takes 0 parameter(s), but 1 supplied."