blob: 81e88356210c46bf73644bb0bbff69e4858fc557 [file] [log] [blame]
package com.google.gwt.dev.javac.typemodel.test;
public interface IB extends IA {
void foo();
void ib();
void ib(int x, Object y);
}