Files
openide/python/testData/formatter/twoLinesBetweenTopLevelStatementAndDeclarationsWithComment.py

6 lines
42 B
Python

V1 = 1
# comment
class C:
pass
V2 = 2