Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
70ae6f2a102f9dcd665861668cccae9590cdbef1
/
.
/
python
/
testData
/
formatter
/
twoLinesBetweenTopLevelDeclarationsWithComment.py
blob: a0f52904114e1b54637c11db45740cae3767392f [
file
] [
log
] [
blame
]
Tor Norbye
809cb3e
2014-01-27 09:36:41 -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