1 2 3 4 5 6 7
package a; /** @testcase PR#569 anon class written to wrong directory */ public interface MyInterface { public Object foo (); }