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
}
