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

11 lines
294 B
Plaintext
Vendored

@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Simple {
public abstract method value(): java.lang.String
}
public final class SimpleFunAnnotationKt {
public final static @Simple @org.jetbrains.annotations.NotNull method box(): java.lang.String
}