blob: c881b4b2293472f6b96c2f650fa253f552e96af3 [file] [log] [blame]
package annotator.tests;
import java.util.*;
public class GenericMultiLevel {
Map<Comparable<Object>, List<Date>> field;
}