Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
AddFieldQuickFixTest
/
addFieldFromMethod.py
blob: 6680c07a92828370a66306b3b5664b2ea3566451 [
file
] [
log
] [
blame
]
class
A
:
def
__init__
(
self
):
self
.
x
=
1
def
foo
(
self
):
a
=
self
.<
caret
><
warning descr
=
"Unresolved attribute reference 'y' for class 'A'"
>
y
</
warning
>