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