mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
93 lines
3.8 KiB
Plaintext
Vendored
93 lines
3.8 KiB
Plaintext
Vendored
public final class CreateInstanceKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
private final static method test(): void
|
|
private final static method testFail(): void
|
|
}
|
|
|
|
|
|
public final class DefaultPrimaryAndDefaultSecondary {
|
|
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
|
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public method <init>(p0: int): void
|
|
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class NoArgAndDefault {
|
|
public method <init>(): void
|
|
public method <init>(p0: int): void
|
|
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
}
|
|
|
|
|
|
public final class NoNoArgConstructor {
|
|
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public method <init>(p0: int): void
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Object {
|
|
public final static field INSTANCE: Object
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public final class PrimaryWithDefaults {
|
|
private final @org.jetbrains.annotations.NotNull field d1: java.lang.String
|
|
private final field d2: int
|
|
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
|
|
public synthetic method <init>(p0: java.lang.String, p1: int, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public final @org.jetbrains.annotations.NotNull method getD1(): java.lang.String
|
|
public final method getD2(): int
|
|
}
|
|
|
|
|
|
public final class PrivateConstructor {
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Secondary {
|
|
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
|
public method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class SecondaryWithDefaults {
|
|
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public method <init>(p0: int): void
|
|
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class SecondaryWithDefaultsNoPrimary {
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public method <init>(p0: int): void
|
|
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
}
|
|
|
|
|
|
public final class SeveralDefaultSecondaries {
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public method <init>(p0: double): void
|
|
public synthetic method <init>(p0: double, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public method <init>(p0: int): void
|
|
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
}
|
|
|
|
|
|
public final class Simple {
|
|
public method <init>(): void
|
|
}
|