// typeinfo/interfacea/A.java // ©2015 MindView LLC: see Copyright.txt package typeinfo.interfacea; public interface A { void f(); }