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