We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
n : Number = 5 produces
n : Number = 5
test_compiler.py:18: error: Incompatible types in assignment (expression has type "int", variable has type "Number")
Which it probably shouldn't because isinstance(n, Number) == True