blob: c2686380e9c0f8c93d38b8607f1b095f11d3c9e1 [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;
/**
* Test of a parameterized class declared inside another class.
*
* @param <T> Some type
*/
public class DeclaresGenericInnerType<T> {
public interface Inner<T> {}
}