testdata for IDEA-67597

This commit is contained in:
anna
2013-01-07 19:12:47 +01:00
parent d1893766c4
commit 5055466ac6
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1,4 @@
class A<T>
{
T x = <error descr="Inconvertible types; cannot cast 'int' to 'T'">(T) 1</error>;
}