80d9933543
^KT-64869 Fixed
8 lines
217 B
Kotlin
Vendored
8 lines
217 B
Kotlin
Vendored
@kotlin.annotation.MustBeDocumented
|
|
annotation class ImportantAnnotation
|
|
|
|
@kotlin.annotation.MustBeDocumented
|
|
annotation class AnotherImportantAnnotation
|
|
|
|
@ImportantAnnotation @AnotherImportantAnnotation
|
|
interface Foo |