mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
14 lines
329 B
Java
Vendored
14 lines
329 B
Java
Vendored
public final class Inheritor /* p.Inheritor*/ implements p.I, p.I2 {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public java.lang.String bar();// bar()
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public java.lang.String foo();// foo()
|
|
|
|
public Inheritor();// .ctor()
|
|
|
|
public final void f();// f()
|
|
|
|
public void g();// g()
|
|
|
|
} |