blob: 6b7c47dada2f1809b3067082d4b0e946886e5771 [file] [log] [blame]
package test14;
public class CCTest14iii {
public static void main(String[] args) {
List<String> l; //Check the CC after <
l = new List<String>(); //Check the CC after <
}
}