Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
3010efc873f0dfd0eef2c971feee1f9cc2ce97d8
/
.
/
test-data
/
unit
/
check-underscores.test
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")