blob: ecf66eed0f46f5139fa944a45008a82e2b7429d5 [file] [log] [blame]
package test2;
import java.util.ArrayList;
import java.util.List;
public class CCTest2iii {
public static void main(String[] args) {
List<String> l; //Check the CC after <
l = new ArrayList<String>(); //Check the CC after <
}
}