mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-16 08:39:59 +07:00
testdata for IDEA-57650
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
abstract class A {
|
||||
abstract <T> T foo();
|
||||
|
||||
{
|
||||
int x = foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user