mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
java: fix completing class name in its supertype's second generic type argument
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
interface Super<A,B> {}
|
||||
class Sub implements Super<Sub, Su<caret>> {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
interface Super<A,B> {}
|
||||
class Sub implements Super<Sub, Sub<caret>> {}
|
||||
Reference in New Issue
Block a user