Files
openide/python/testData/completion/outerCompletionVariantDoesNotOverwriteClosestOne.after.py
Semyon Proshev 8a5f550986 PY-8132 Fixed: Completion shows function instead of variable if function contains a variable with name equal to function name
Update CompletionVariantsProcessor to ignore same name elements from outer scope
2017-08-18 16:03:22 +03:00

3 lines
65 B
Python

def abracadabra():
abracadabra = "str"
print(abracadabra)