/** * 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> { } }