mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
19 lines
510 B
Plaintext
Vendored
19 lines
510 B
Plaintext
Vendored
@kotlin.Metadata
|
|
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
|
|
@kotlin.Metadata
|
|
public annotation class Primary
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class Secondary
|
|
|
|
@kotlin.Metadata
|
|
public final class SimpleConstructorAnnotationKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|