Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
f9b1db6519cd88a081e8b8597240e166eb513245
/
.
/
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")