feat(selfhost-sema): arithmetic errors return tyUnknown sentinel
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
func Main() -> int {
|
||||
let bad: int = "a" + 1;
|
||||
let z: int = undefined_variable;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user