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