mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 15:51:59 +00:00
15 lines
501 B
Java
Vendored
15 lines
501 B
Java
Vendored
public final class ClassObjectField {
|
|
@org.jetbrains.annotations.Nullable
|
|
private static final java.lang.String x;
|
|
private static final java.lang.String y;
|
|
public static final ClassObjectField.Companion Companion;
|
|
|
|
public ClassObjectField() { /* compiled code */ }
|
|
|
|
public static final class Companion {
|
|
@org.jetbrains.annotations.Nullable
|
|
public final java.lang.String getX() { /* compiled code */ }
|
|
|
|
private Companion() { /* compiled code */ }
|
|
}
|
|
} |