Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
AddFieldQuickFixTest
/
addFieldFromInstance.py
blob: 5ed7000c5aab965b98e7cc386b56dc5a95198380 [
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
>+
1