blob: 257b91e056d78217477926a8d4ff16b293f52825 [file] [log] [blame]
package annotator.tests;
import java.util.List;
public class FieldSimpleGeneric {
List<Integer> field;
}