Files
openide/python/testData/psi/EmptyBlockInFunctionBeforeFunction.py
T

7 lines
52 B
Python

def foo(xs):
for x in xs:
def bar():
pass