Open oflatt opened 9 months ago
The typechecker tests in tests/fail-typecheck we have don't check for an actual type error, just any error. It would be nice if they also checked for a specific kind of error, maybe using a comment at the top of the file.
tests/fail-typecheck
The typechecker tests in
tests/fail-typecheck
we have don't check for an actual type error, just any error. It would be nice if they also checked for a specific kind of error, maybe using a comment at the top of the file.