blob: 39380060b0182ab4b0025556061a80f74983ce83 [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
}