Files
kotlin-fork/idea/testData/quickfix/deprecatedJavaAnnotation/withArgument.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.SOURCE)
annotation class Foo