FIR LC: use the same module name as U/LC tests in IJ
This commit is contained in:
committed by
Ilya Kirillov
parent
1fe574f406
commit
c230a488e2
@@ -26,7 +26,7 @@ public abstract class Base /* Base*/ {
|
||||
|
||||
public final void nv();// nv()
|
||||
|
||||
public int getX$main();// getX$main()
|
||||
public int getX$light_idea_test_case();// getX$light_idea_test_case()
|
||||
|
||||
public int getY();// getY()
|
||||
|
||||
@@ -43,7 +43,7 @@ public final class Derived /* Derived*/ extends Base implements IntfWithProp {
|
||||
|
||||
public int abs();// abs()
|
||||
|
||||
public int getX$main();// getX$main()
|
||||
public int getX$light_idea_test_case();// getX$light_idea_test_case()
|
||||
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ public abstract class AnotherDerived /* AnotherDerived*/ extends Base {
|
||||
|
||||
public abstract void noReturn(@org.jetbrains.annotations.NotNull() java.lang.String);// noReturn(java.lang.String)
|
||||
|
||||
public int getX$main();// getX$main()
|
||||
public int getX$light_idea_test_case();// getX$light_idea_test_case()
|
||||
|
||||
public int getY();// getY()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user