mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
30 lines
649 B
Plaintext
Vendored
30 lines
649 B
Plaintext
Vendored
public final class ConstructorKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KFunction): void
|
|
}
|
|
|
|
|
|
public final class K {
|
|
inner class K/Inner
|
|
inner class K/Nested
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class K/Inner {
|
|
synthetic final field this$0: K
|
|
inner class K/Inner
|
|
public method <init>(p0: K): void
|
|
}
|
|
|
|
|
|
public final static class K/Nested {
|
|
inner class K/Nested
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Secondary {
|
|
public method <init>(p0: int): void
|
|
}
|