blob: 426865327251f9405c05b0fafbc700340e4fb877 [file] [log] [blame]
package p;
/** typecomment template*/
interface I {
public abstract I getFoo();
public abstract void foo(I foo);
}