Be able to find annotated property accessor
#KT-37494 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var name: String = ""
|
||||
@java.lang.Deprecated
|
||||
get() { TODO() }
|
||||
set(value) { TODO() }
|
||||
|
||||
// ANNOTATION: java.lang.Deprecated
|
||||
// SEARCH: method:getName
|
||||
Reference in New Issue
Block a user