Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
formatter
/
twoLinesBetweenTopLevelDeclarationsWithComment.py
blob: c9082539ab464690ebc117289f6f3b7693c48545 [
file
] [
log
] [
blame
]
Tor Norbye
814f829
2014-03-06 17:27:18 -0800
[
diff
] [
blame^
]
1
class
A
(
object
):
2
pass
3
4
# comment
5
def
one
():
6
pass
7
8
# comment
9
def
two
():
10
pass
11
12
# comment
13
class
B
(
object
):
14
pass
15
16
# comment
17
class
C
(
object
):
18
pass