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