blob: cc239b7e9b833157241310f44a1d7870ce7ef467 [file] [log] [blame]
package p;
/** typecomment template*/
interface I {
public abstract I a();
}