Files
kotlin-fork/idea/testData/quickfix/deprecatedJavaAnnotation/withClassRetention.kt.after
T
2019-05-13 15:35:46 +03:00

4 lines
131 B
Plaintext
Vendored

// "Replace annotation with kotlin.annotation.Retention" "true"
@<caret>Retention(AnnotationRetention.BINARY)
annotation class Foo