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