blob: 87041bee1f28030a05cc2c08316c52d421d08224 [file] [log] [blame]
import static Bar.FOO;
class Bar {
static String FOO;
static String BAR;
}
class Foo {
Object[] foo() {
String a = FOO;
String b = BA<caret>
}
}