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

4 lines
132 B
Plaintext
Vendored

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