blob: 5a21f3be6423a014182222772a77b7af92a43d10 [file] [log] [blame]
package test13;
public class CCTest13iii {
private static List<String> l; //Check the CC after <
public static void main(String[] args) {
l = new List<String>(); //Check the CC after <
}
}