Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
assertfalseargument.py
blob: 297988954a04aae674ae2329a8da5a9460932f6f [
file
] [
log
] [
blame
]
assert
False
,
'foo'
print
(
'unreachable 1'
)
assert
False
,
f
()
print
(
'unreachable 2'
)