[SLC] AbstractSymbolLightClassesLoadingTest: generate light class for all compiled classes
This commit is contained in:
+12
@@ -2,3 +2,15 @@ public final class MyException /* MyException*/ extends java.lang.Exception {
|
||||
public MyException();// .ctor()
|
||||
|
||||
}
|
||||
|
||||
public final class C /* C*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String readFile(@org.jetbrains.annotations.NotNull() java.lang.String) throws java.io.IOException, MyException;// readFile(java.lang.String)
|
||||
|
||||
public C() throws java.lang.Exception;// .ctor()
|
||||
|
||||
public C(int) throws java.lang.Exception;// .ctor(int)
|
||||
|
||||
public final void baz() throws java.lang.Throwable;// baz()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user