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