Files
kotlin-fork/idea/testData/search/annotations/testAnnotationsOnPropertyAccessor.kt
T
Vladimir Dolzhenko ce9297c5d6 Be able to find annotated property accessor
#KT-37494 Fixed
2020-03-16 11:07:09 +00:00

7 lines
157 B
Kotlin
Vendored

var name: String = ""
@java.lang.Deprecated
get() { TODO() }
set(value) { TODO() }
// ANNOTATION: java.lang.Deprecated
// SEARCH: method:getName