blob: 4f7de36c68763bd1f5dfdc42650b75290f3e7880 [file] [log] [blame]
class Test {
public static final String A<caret>BC = "abc";
void foo() {
System.out.println("abc");
}
}
class Foo {
void bar() {
System.out.println("abc");
}
}