Files
kotlin-fork/idea/testData/quickfix/deprecatedJavaAnnotation/withoutArguments.kt.after
T

6 lines
160 B
Plaintext
Vendored

// "Replace annotation with kotlin.annotation.MustBeDocumented" "true"
import kotlin.annotation.MustBeDocumented
@MustBeDocumented<caret>
annotation class Foo