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