blob: c5752c9befec1c30c963a9f5c429fbaf5c05bcc8 [file] [log] [blame]
package p;
/** typecomment template*/
interface I {
public static final int X= 0; /*constant comment*/
public static final int Y= 0; //constant line comment
}