Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
QualifiedFunc.py
blob: 3f5036c97017f56b963de069b4d5cf11837b2162 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a5
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
class
Foo
:
2
def
bar
():
3
pass
4
Foo
().<
ref
>
bar
()