blob: e4a4200b58f49924638e5fdae6c1f7b2bc29c495 [file] [log] [blame]
package test0490;
public interface B {
int ONE = 1;
int TWO = 2;
}