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