mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-24 00:21:34 +00:00
13 lines
399 B
Java
Vendored
13 lines
399 B
Java
Vendored
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;
|
|
|
|
private Companion() { /* compiled code */ }
|
|
}
|
|
} |