1 2 3 4 5 6 7 8
package b; import a.MyInterface; /** @testcase PR#569 anon class written to wrong directory */ public class Dest implements MyInterface { }