blob: 050e9d0d5c400a0c8d38db8755ec2bf5fdd3988d [file] [log] [blame]
/**
* Test
*
*/
package /* test2 */ p1.p2./* */test;
import java.io.Serializable;
import java.io.IOException;
/* */ class A extends java.lang.Object
implements
Runnable,
Cloneable,
Serializable {
public void run() {
}
public static void foo() throws IOException {
}
}