mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
11 lines
335 B
Java
11 lines
335 B
Java
public final class C implements kotlin.jvm.internal.KObject, Tr {
|
|
private final int v = 1;
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public java.lang.Integer foo() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public java.lang.Integer getV() { /* compiled code */ }
|
|
|
|
public C() { /* compiled code */ }
|
|
} |