blob: fad1da6bd23cdf006be184dbee3e47d2255a43a1 [file] [log] [blame]
package com.google.gwt.core.ext.typeinfo.test;
public interface IB extends IA {
void foo();
void ib();
void ib(int x, Object y);
}