mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
tweak alignment of comments between classes (PY-1598)
This commit is contained in:
9
python/testData/psi/CommentBetweenClasses.py
Normal file
9
python/testData/psi/CommentBetweenClasses.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class T1(object):
|
||||
def m1(self):
|
||||
pass
|
||||
|
||||
# comment about T2
|
||||
|
||||
class T2(object):
|
||||
def m2(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user