blob: 8e18fd6e88ea30f64444e0097f17cce4ac770ec5 [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 {
}
}