Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
formatter
/
comment.py
blob: 92330fbd0d6a301a2263ac8e8d90994a6b2e535b [
file
] [
log
] [
blame
]
def
foo
(
a
):
if
a
==
5
:
# a is 5
print
'no'
foo
(
5
)