backend tests: INSTANCE$ -> INSTANCE
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ class Test {
|
||||
|
||||
public static void main(String[] args) {
|
||||
A.getB();
|
||||
A.getC(A.INSTANCE$);
|
||||
A.getC(A.INSTANCE);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user