Files
openide/python/testData/resolve/LambdaParameterInDecorator.py

7 lines
65 B
Python

def f(y):
return y
@f(lambda xx: xx<ref>)
def g():
pass