Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
assertfalseargument.py
blob: 297988954a04aae674ae2329a8da5a9460932f6f [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
assert
False
,
'foo'
2
print
(
'unreachable 1'
)
3
assert
False
,
f
()
4
print
(
'unreachable 2'
)