package test13;
publicclass CCTest13v {
privatestatic List<String> l; //Check the CC after <
publicstaticvoid 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
}
}