blob: 15da0dffc9e8360f937650deae99132b6b9642f6 [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 class Implementations {
public static class OuterImpl<K,V> implements OuterInt<K,V> {}
public static class InnerImpl<V> implements OuterInt.InnerInt<V> {}
}