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