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

11 lines
189 B
Python

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