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