package com.google.gwt.dev.javac.typemodel.test; public interface IB extends IA { void foo(); void ib(); void ib(int x, Object y); }