Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
resolve
/
ToConstructor.py
blob: 5660bf8521b080bb7ca54a8e797c5a9fa1d3be5c [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
# must resolve to constructor
2
class
Foo
:
3
def
__init__
(
self
):
4
pass
5
6
F
<
ref
>
oo
()