| 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() | |
| } |