blob: 7ccf22ffad7c7cc78d5429674d8286abc9e05880 [file] [log] [blame]
package constants;
public class B {
public static final int CONST_B_1 = 1;
public static final int CONST_B_2 = A.CONST_A + 1;
}