blob: 56b9d78ee96a38deedbe86103c0e2feb9227a91f [file] [log] [blame]
package test14;
public class CCTest14iv {
public static void main(String[] args) {
List<String> l; //Check the CC after <
l = new List<String>(); //Check the CC after <
l.add("Hello, world"); //Check the signature of the method provided by the CC
}
}