package a;

/** @testcase PR#569 anon class written to wrong directory */
public interface MyInterface {
  public Object foo ();
}

