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