Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
formatter
/
twoLinesBetweenTopLevelDeclarationsWithComment.py
blob: c9082539ab464690ebc117289f6f3b7693c48545 [
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