mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
8 lines
165 B
Java
Vendored
8 lines
165 B
Java
Vendored
public final class Inheritor /* p.Inheritor*/ implements p.I, p.I2 {
|
|
public Inheritor();// .ctor()
|
|
|
|
public final void f();// f()
|
|
|
|
public void g();// g()
|
|
|
|
} |