Closed beickhoff closed 3 years ago
For example,
run("f = {x:int x:int -> x + x}");
yields
java.lang.AssertionError at com.cliffc.aa.type.TypeStruct.add_fld(TypeStruct.java:1129) at com.cliffc.aa.Parse.func(Parse.java:894) …
Replacing this with a proper parsing error.
For example,
yields
Replacing this with a proper parsing error.