package p;

public class A {
}

class B {

	void foo() {
		int j= i;
		char c= System.out.abc;
		long l= ab.c;
		System.out.println(j);
	}

}
