blob: c9c228447e2f9f95167522f6d7a864b723c55952 [file]
package test1;
import java.util.ArrayList;
import java.util.List;
public class CCTest1iii {
private static List<String> l; //Check the CC after <
public static void main(String[] args) {
l = new ArrayList<String>(); //Check the CC after <
}
}