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