mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
19 lines
329 B
Plaintext
Vendored
19 lines
329 B
Plaintext
Vendored
public final class D {
|
|
public method <init>(): void
|
|
public method f(): int
|
|
}
|
|
|
|
|
|
public interface Left
|
|
|
|
|
|
public class Right {
|
|
public method <init>(): void
|
|
public method f(): int
|
|
}
|
|
|
|
|
|
public final class RightHandOverrideKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|