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