blob: 18f76ce769565c125148b4b820eed3ece6aa8c6a [file] [log] [blame]
package com.google.gwt.dev.javac.typemodel.test;
public interface IA {
void foo();
void ia();
void ia(int x, Object y);
}