package b;

import a.MyInterface;

/** @testcase PR#569 anon class written to wrong directory */
public class Dest implements MyInterface { }


