Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
9e4ccf89b2da3d0ad2d253150bf646da3353e1e4
/
.
/
test-data
/
unit
/
check-underscores.test
blob: 2a789b3314f37b0020a1012c330496c6d8e1183d [
file
]
[
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")