Be able to find annotated property accessor

#KT-37494 Fixed
This commit is contained in:
Vladimir Dolzhenko
2020-03-16 11:07:09 +00:00
parent 04ef1081b3
commit ce9297c5d6
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,7 @@
var name: String = ""
@java.lang.Deprecated
get() { TODO() }
set(value) { TODO() }
// ANNOTATION: java.lang.Deprecated
// SEARCH: method:getName