Files
kotlin/compiler/testData/codegen/light-analysis/reflection/annotations/annotationRetentionAnnotation.txt

9 lines
237 B
Plaintext
Vendored

@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Anno
public final class AnnotationRetentionAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}