blob: 4659b79da93604d5c4b193573c26e5463ddcab25 [file] [log] [blame]
import test.O;
class J {
void test() {
int n = O.foo;
}
}