aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/PR569/a/MyInterface.java
blob: 11ecd8d81c6be1a8c9c41ba844034ab96e9044a1 (plain)
1
2
3
4
5
6
7
package a;

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