blob: d5db6f0f8d3d057cbdd29155e3403dfa901f9a83 [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
}