mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
12 lines
274 B
Plaintext
Vendored
12 lines
274 B
Plaintext
Vendored
public interface A
|
|
|
|
|
|
public final class GenericOverriddenFunctionKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public interface H {
|
|
public abstract @org.jetbrains.annotations.Nullable method foo(): java.lang.Object
|
|
}
|