blob: 10cd1b9d489853e314f3ebfef426a6d0f1433a1d [file] [log] [blame]
import static Test.i;
class Test {
static int i;
void u() {
}
}
class Test1 {
{
i = 0;
}
}