mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
IDEA-73345 Completion does not propose generic parameters of a method until the header is complete
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import java.util.ArrayList;
|
||||
|
||||
class A {
|
||||
public static <MyParameter, MySecondParameter> ArrayList<My<caret>>
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import java.util.ArrayList;
|
||||
|
||||
class A {
|
||||
public static <MyParameter, MySecondParameter> My<caret>>
|
||||
}
|
||||
Reference in New Issue
Block a user