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

16 lines
443 B
Plaintext
Vendored

public final class C {
public @Primary method <init>(): void
public @Secondary method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@java.lang.annotation.Retention
public annotation class Primary
@java.lang.annotation.Retention
public annotation class Secondary
public final class SimpleConstructorAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}