package p;

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

class B {

}
