mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
12 lines
444 B
Plaintext
Vendored
12 lines
444 B
Plaintext
Vendored
@kotlin.Metadata
|
|
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
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface T {
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|