Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
formatter
/
commentAfterBlock.py
blob: fd8584a4f2c4f40191d28c0708ec35962953f79b [
file
] [
log
] [
blame
]
Tor Norbye
814f829
2014-03-06 17:27:18 -0800
[
diff
] [
blame^
]
1
def
test
():
2
if
bar
:
3
foo
()
4
# comment
5
foobar
()