blob: 78c7c567e1f82f571c6cc075f57adda5947704de [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 ConstrainedListAsField {
private ConstrainedList<?> field;
}