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

6 lines
55 B
Python

def foo(bar=True):
pass
foo(bar=False)
# <ref>