diff --git a/test/completion/complex.py b/test/completion/complex.py new file mode 100644 index 00000000..a116743f --- /dev/null +++ b/test/completion/complex.py @@ -0,0 +1,14 @@ +""" Mainly for stupid error reports of @gwrtheyrn. :-) """ + +import time + +class Foo(object): + global time + asdf = time + +def asdfy(): + return Foo + +xorz = getattr(asdfy()(), 'asdf') +#? time +xorz