Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
AddMethodQuickFixTest
/
addMethodFromInstance.py
blob: 39c432e7af3d5f2177b8318c73aef46063511ae3 [
file
] [
log
] [
blame
]
class
A
:
def
__init__
(
self
):
self
.
x
=
1
a
=
A
()
a
.<
caret
><
warning descr
=
"Unresolved attribute reference 'y' for class 'A'"
>
y
</
warning
>()