/*
 * Created on Jun 1, 2005
 *
 */
/**
 * @author Neil Ongkingco
 *
 */
public class A {
    void f() {
        System.out.println("f");
    }
}
