blob: 16b150947d3dd5f2ee2ca9ea683bf6a8a1f3de5e [file] [log] [blame]
// test015
package p1.p2.test;
import java.io.Serializable;
import java.io.IOException;
public abstract /* */ class A implements Serializable, Toto, Titi, Tata {
Object s = null; // test
A a; // test
}