Files

8 lines
217 B
Kotlin
Vendored

@kotlin.annotation.MustBeDocumented
annotation class ImportantAnnotation
@kotlin.annotation.MustBeDocumented
annotation class AnotherImportantAnnotation
@ImportantAnnotation @AnotherImportantAnnotation
interface Foo