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

10 lines
46 B
Python

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