Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
psi
/
TrailingSemicolon.py
blob: 8312cc73465e31a308017cf10c029c8f97b4f5ab [
file
] [
log
] [
blame
]
def
foo
(
a
):
if
a
:
return
a
;