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