package p; /** typecomment template*/ interface I { void m(int i, boolean b, short s, char c, long l, double d); }