blob: 12c8052546e33814dd190bdb9e82806b52c8f4ff [file] [log] [blame]
package p;
class A {
public static final int X= 0; /*constant comment*/
public static final int Y= 0; //constant line comment
}