summaryrefslogtreecommitdiff
path: root/python/testData/formatter/commentAfterBlock_after.py
blob: fd8584a4f2c4f40191d28c0708ec35962953f79b (plain)
1
2
3
4
5
def test():
    if bar:
        foo()
    # comment
    foobar()