fix find usage handler not returning android property as secondary element
This commit is contained in:
committed by
Yan Zhulanow
parent
b2afc3b4b5
commit
947e1b7f5b
+1
@@ -87,6 +87,7 @@ class DelegatingFindMemberUsagesHandler(
|
|||||||
for (field in fields) {
|
for (field in fields) {
|
||||||
res.add(field)
|
res.add(field)
|
||||||
}
|
}
|
||||||
|
res.add(declaration)
|
||||||
return res.copyToArray()
|
return res.copyToArray()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user