Idea tests: INSTANCE$ -> INSTANCE
This commit is contained in:
committed by
Michael Bogdanov
parent
7fe71d21f3
commit
c28107034a
+1
-1
@@ -2,6 +2,6 @@ package a;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.INSTANCE$;
|
||||
Test t = Test.INSTANCE;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@ package a;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.INSTANCE$;
|
||||
Test t = Test.INSTANCE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user