blob: 351fff14b3ed083014971d6890987139864eecf4 [file] [log] [blame]
package test0103;
import static test0103.A.ONE;
import static test0103.A.foo;
public class X {
Object o = ONE;
int i = foo();
}