Files
jedi/test/completion/invalid.py
2012-04-25 10:21:20 +02:00

14 lines
131 B
Python

def openbrace():
asdf = 3
asdf
asdf(
return 1
#? ['real']
openbrace().real
blub([
#? ['real']
openbrace().real