testdata for IDEA-57667

This commit is contained in:
anna
2012-10-23 18:07:09 +02:00
parent 0f807e9219
commit 64ae8e711e
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,7 @@
class A {
<T> A(T x) {}
{
new <<error descr="Actual type argument and inferred type contradict each other">String</error>>A(1);
}
}