01: package test13; 02: 03: public class CCTest13iii { 04: private static List<String> l; //Check the CC after < 05: 06: public static void main(String[] args) { 07: l = new List<String>(); //Check the CC after < 08: 09: } 10: 11: }