mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
14 lines
266 B
Java
Vendored
14 lines
266 B
Java
Vendored
public final class B /* p.B*/ {
|
|
public B();// .ctor()
|
|
|
|
|
|
public static final class A /* p.B.A*/ implements p.I {
|
|
private final p.I f;
|
|
|
|
public A(@org.jetbrains.annotations.NotNull() p.I);// .ctor(p.I)
|
|
|
|
public void f();// f()
|
|
|
|
public void g();// g()
|
|
|
|
}} |