blob: ac3cfb7cbfbe56831207d1d61d5916ce15288254 [file] [log] [blame]
public interface B {
public void foobar();
public void foobar(int i);
}