incorrect type inference with Array on function parameters #3303
Labels
bug
Typing: soundness
No false negatives (type checker claims that there is no error in the incorrect program)
Typing: tuple
output:
Due to Array isn't subtype of Array there must be an error. But when you explicitly specify x's type, you get the appropriate error:
output:
The text was updated successfully, but these errors were encountered: