6 lines
151 B
Kotlin
Vendored
6 lines
151 B
Kotlin
Vendored
// "Replace annotation with kotlin.annotation.MustBeDocumented" "true"
|
|
|
|
import java.lang.annotation.Documented
|
|
|
|
@Documented<caret>
|
|
annotation class Foo |