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