mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
20 lines
570 B
Java
Vendored
20 lines
570 B
Java
Vendored
public final class ClassObjectField /* ClassObjectField*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final ClassObjectField.Companion Companion;
|
|
|
|
@org.jetbrains.annotations.Nullable()
|
|
private static final java.lang.String x;
|
|
|
|
@org.jetbrains.annotations.Nullable()
|
|
private static final java.lang.String y;
|
|
|
|
public ClassObjectField();// .ctor()
|
|
|
|
|
|
public static final class Companion /* ClassObjectField.Companion*/ {
|
|
@org.jetbrains.annotations.Nullable()
|
|
public final java.lang.String getX();// getX()
|
|
|
|
private Companion();// .ctor()
|
|
|
|
}} |