blob: cc6719b4ac971f08d9812abca4fb593f39992832 [file] [log] [blame]
// "Replace with 'Bar'" "true"
class Test {
@get:<caret>Foo
val s: String = ""
}
@Deprecated("Replace with Bar", ReplaceWith("Bar"))
@Target(AnnotationTarget.PROPERTY_GETTER)
annotation class Foo
@Target(AnnotationTarget.PROPERTY_GETTER)
annotation class Bar