[LC Test] Fix IDE testdata

This commit is contained in:
Dmitriy Novozhilov
2022-09-15 13:06:38 +03:00
parent c5916e1d1f
commit 06f3c0567b
4 changed files with 74 additions and 28 deletions
@@ -1,9 +1,8 @@
public final class Inheritor /* p.Inheritor*/ implements p.I, p.I2 {
@java.lang.Override()
public void g();// g()
public Inheritor();// .ctor()
public final void f();// f()
public void g();// g()
}