blob: f9fbe867c6064ad12f672882af6e8478605afd51 [file] [log] [blame]
package p;
/** typecomment template*/
interface I {
public abstract void foo0();
abstract void foo1();
public void foo2();
void foo3();
}