[LC] drop redundant testData with .compiled.java extension
^KTIJ-24067
This commit is contained in:
committed by
Space Team
parent
6fd79f4e2e
commit
11c228327e
-13
@@ -1,13 +0,0 @@
|
|||||||
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()
|
|
||||||
}
|
|
||||||
-19
@@ -1,19 +0,0 @@
|
|||||||
public final class Test /* Test*/ extends Base {
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
|
||||||
private final java.lang.String boo;
|
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
|
||||||
private final java.lang.String foo;
|
|
||||||
|
|
||||||
private final int p1;
|
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
|
||||||
public final java.lang.String getBoo() throws MyException;// getBoo()
|
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
|
||||||
public final java.lang.String getFoo() throws MyException;// getFoo()
|
|
||||||
|
|
||||||
public Test(int) throws MyException;// .ctor(int)
|
|
||||||
|
|
||||||
public final void readSomething() throws MyException;// readSomething()
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user