• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package annotator.tests;
2 
3 import java.util.*;
4 
5 public class GenericMultiLevel {
6   Map<Comparable<Object>, List<Date>> field;
7 }
8