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

11 lines
195 B
Python

class C:
def method(self):
def foo():
def bar():
pass
# bar
# bar
# bar
# method
# class