
/**
 * @author Neil Ongkingco
 *
 */
public class A {
    void f1() {
        System.out.println("A.f1");
    }
}
