forked from VimPlug/jedi
14 lines
131 B
Python
14 lines
131 B
Python
def openbrace():
|
|
asdf = 3
|
|
asdf
|
|
asdf(
|
|
return 1
|
|
|
|
#? ['real']
|
|
openbrace().real
|
|
|
|
blub([
|
|
#? ['real']
|
|
openbrace().real
|
|
|