blob: d56af09bffd3dc37d1fdf4f315e323776cf2600d [file] [log] [blame]
class A {
<T> A(T x) {}
{
new <<error descr="Actual type argument and inferred type contradict each other">String</error>>A(1);
}
}