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