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