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