mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
11 lines
411 B
Plaintext
Vendored
11 lines
411 B
Plaintext
Vendored
public final class AnonymousObjectPropertyInitializationKt {
|
|
private final static @org.jetbrains.annotations.NotNull field o: T
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getO(): T
|
|
}
|
|
|
|
|
|
public interface T {
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|