Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
assertfalseargument.py
blob: 297988954a04aae674ae2329a8da5a9460932f6f [
file
] [
log
] [
blame
]
assert
False
,
'foo'
print
(
'unreachable 1'
)
assert
False
,
f
()
print
(
'unreachable 2'
)