blob: 9f27fa0f14d4312f6115fd704879b08bbfde1713 [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);
}
}