blob: 2a789b3314f37b0020a1012c330496c6d8e1183d [file] [log] [blame]
[case testUnderscoresBasics]
x: int
x = 1000_000
x = 0x_FF_FF_FF_FF
y: str = 1000_000.000_001 # E: Incompatible types in assignment (expression has type "float", variable has type "str")