Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
assertfalse.py
blob: dc402bcdf48ceca405cf343cbb3b62ba16303ff7 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
assert
false
2
print
(
"Unreachable"
)
3
assert
False
4
print
(
"Unreachable2"
)