Idea tests: INSTANCE$ -> INSTANCE

This commit is contained in:
Pavel V. Talanov
2015-10-07 16:05:05 +03:00
committed by Michael Bogdanov
parent 7fe71d21f3
commit c28107034a
37 changed files with 38 additions and 38 deletions
@@ -1,5 +1,5 @@
class RandomJavaClass {
void f() {
foo.UsedInJava.INSTANCE$.bar();
foo.UsedInJava.INSTANCE.bar();
}
}