mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
6 lines
262 B
Java
6 lines
262 B
Java
public final class Derived implements kotlin.jvm.internal.KObject, Base {
|
|
public Derived(@org.jetbrains.annotations.NotNull Base x) { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public java.lang.String getBoo() { /* compiled code */ }
|
|
} |