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

5 lines
64 B
Python

def test():
if bar:
foo()
# comment
foobar()