// typeinfo/interfacea/A.java package typeinfo.interfacea; public interface A { void f(); }