mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
12 lines
240 B
Java
Vendored
12 lines
240 B
Java
Vendored
public final class Synthetic /* Synthetic*/ {
|
|
private final void foo();// foo()
|
|
|
|
public Synthetic();// .ctor()
|
|
|
|
|
|
public final class Inner /* Synthetic.Inner*/ {
|
|
public Inner();// .ctor()
|
|
|
|
public final void test();// test()
|
|
|
|
}} |