Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
ToConstructor.py
blob: 5660bf8521b080bb7ca54a8e797c5a9fa1d3be5c [
file
] [
log
] [
blame
]
# must resolve to constructor
class
Foo
:
def
__init__
(
self
):
pass
F
<
ref
>
oo
()