summaryrefslogtreecommitdiffstats
path: root/tests/new/PR569/b/Dest.java
blob: 7e999979bde85f93491cd67043ab2717455396e5 (plain)
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 { }