mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
7 lines
236 B
Kotlin
7 lines
236 B
Kotlin
// "Replace annotation with kotlin.annotation.MustBeDocumented" "true"
|
|
|
|
import java.lang.annotation.Documented
|
|
|
|
@Documented<caret>
|
|
annotation class Foo
|
|
// FUS_QUICKFIX_NAME: org.jetbrains.kotlin.idea.quickfix.DeprecatedJavaAnnotationFix |