blob: 900303e7a6859ea6043e2d19712666dbb7cd58f9 [file]
public interface TraitClassObjectField {
TraitClassObjectField.Companion Companion;
@org.jetbrains.annotations.Nullable
java.lang.String x = "";
static final class Companion {
@org.jetbrains.annotations.Nullable
public static final java.lang.String x = "";
private static final java.lang.String y = "";
/**
* @deprecated
*/
public static final TraitClassObjectField.Companion INSTANCE;
/**
* @deprecated
*/
@org.jetbrains.annotations.Nullable
public final java.lang.String getX() { /* compiled code */ }
private final java.lang.String getY() { /* compiled code */ }
private Companion() { /* compiled code */ }
}
}