blob: c470569af9a46475eb52ac52ec448b175d78fa78 [file] [log] [blame]
/**
* This code must be kept in sync with {@link com.google.gwt.dev.javac.TypeOracleMediatorTestBase}
*/
package com.google.gwt.dev.javac.mediatortest;
public interface OuterInt<K,V> {
public interface InnerInt<V> { }
}