blob: fa0009c0df098a5f032668e7d235739b4dfdd349 [file] [log] [blame]
import static test.O.foo;
class J {
void test() {
int m = foo;
}
}