Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
70ae6f2a102f9dcd665861668cccae9590cdbef1
/
.
/
python
/
testData
/
formatter
/
twoLinesBetweenTopLevelDeclarationsWithComment.py
blob: a0f52904114e1b54637c11db45740cae3767392f [
file
] [
log
] [
blame
]
class
A
(
object
):
pass
#comment
def
one
():
pass
# comment
def
two
():
pass
#comment
class
B
(
object
):
pass
#comment
class
C
(
object
):
pass