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

6 lines
151 B
Kotlin
Vendored

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