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

16 lines
355 B
Plaintext
Vendored

@Simple
public final class A {
public method <init>(): void
}
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Simple {
public abstract method value(): java.lang.String
}
public final class SimpleClassAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}