blob: 41a1ddce4364a59b17d119a250ae507e03065b8a [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
}