mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
18 lines
682 B
Java
Vendored
18 lines
682 B
Java
Vendored
public abstract interface TraitClassObjectField /* TraitClassObjectField*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final TraitClassObjectField.Companion Companion;
|
|
|
|
@org.jetbrains.annotations.Nullable()
|
|
public static final java.lang.String x = "" /* initializer type: java.lang.String */ /* constant value */;
|
|
|
|
|
|
public static final class Companion /* TraitClassObjectField.Companion*/ {
|
|
@org.jetbrains.annotations.Nullable()
|
|
private static final java.lang.String y;
|
|
|
|
@org.jetbrains.annotations.Nullable()
|
|
public static final java.lang.String x = "" /* initializer type: java.lang.String */ /* constant value */;
|
|
|
|
private Companion();// .ctor()
|
|
|
|
}} |