mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
14 lines
451 B
Java
14 lines
451 B
Java
public final class Synthetic implements jet.JetObject {
|
|
private final void foo() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public Synthetic() { /* compiled code */ }
|
|
|
|
public final class Inner implements jet.JetObject {
|
|
@org.jetbrains.annotations.NotNull
|
|
public final void test() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public Inner() { /* compiled code */ }
|
|
}
|
|
} |