Check does not notice erroneous types when assigning using nested ifs #375
Labels
bug: check
Something in the type check module isn't working (as intended)
Milestone
Description of Bug
Check does not notice erroneous types when assigning using nested ifs.
How to Reproduce
Expected behavior
Should fail because
a
has typeInt
even though there is a possibility it could be a string.The text was updated successfully, but these errors were encountered: