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