Replace object$ -> OBJECT$, instance$ -> INSTANCE$ in the project

This commit is contained in:
Alexander Udalov
2014-07-26 00:21:05 +04:00
parent 549a38ca6f
commit de0f751207
110 changed files with 183 additions and 183 deletions
@@ -1,6 +1,6 @@
public class Testing {
public static void test() {
mockLib.foo.LibClass.object$.<caret>
mockLib.foo.LibClass.OBJECT$.<caret>
}
}
@@ -4,4 +4,4 @@ public class Testing {
}
}
// EXIST: instance$
// EXIST: INSTANCE$
@@ -4,4 +4,4 @@ public class Testing {
}
}
// EXIST: instance$
// EXIST: INSTANCE$