backend tests: INSTANCE$ -> INSTANCE

This commit is contained in:
Michael Bogdanov
2015-10-08 15:21:21 +03:00
parent 679748e1ee
commit a4997e8b31
6 changed files with 8 additions and 6 deletions
@@ -4,7 +4,7 @@ class Test {
public static void main(String[] args) {
A.getB();
A.getC(A.INSTANCE$);
A.getC(A.INSTANCE);
}
}