mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
testdata for IDEA-57484
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
abstract class C{
|
||||
abstract <T> T foo(T x, T y);
|
||||
|
||||
{
|
||||
Long s = (Long) foo(1,1L);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user