blob: 30a973082e3b7a740ec7a35e6e5b374bba34e427 [file] [log] [blame]
class Neg08 {
public static void main(String[] args) {
String s = new String<<error descr="Diamond operator is not applicable for non-parameterized types"></error>>("foo");
}
}