mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
27 lines
572 B
Java
Vendored
27 lines
572 B
Java
Vendored
public final class A /* A*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final A.Companion Companion;
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public static final void f();// f()
|
|
|
|
public A();// .ctor()
|
|
|
|
|
|
|
|
public static final class B /* A.B*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final A.B INSTANCE;
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public static final void g();// g()
|
|
|
|
private B();// .ctor()
|
|
|
|
}public static final class Companion /* A.Companion*/ {
|
|
@kotlin.jvm.JvmStatic()
|
|
public final void f();// f()
|
|
|
|
private Companion();// .ctor()
|
|
|
|
}} |