mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
type params: error for jdk < 1.7 (IDEA-67861)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
abstract class C {
|
||||
<T> void foo(Object s){ }
|
||||
abstract String foo(String s);
|
||||
|
||||
{
|
||||
this.<String>foo("").toLowerCase();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user