public class SupC {
	void f() {System.out.println("In SupC.f()");}
	void f(int i) {System.out.println("In SupC.f(int)");}
}
