mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
fix completion context to collapse to diamonds (IDEA-169491)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import java.util.ArrayList;
|
||||
|
||||
class Test {
|
||||
|
||||
<T> ArrayList<T> foo () {
|
||||
return new ArrayList<>();
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
import java.util.ArrayList;
|
||||
|
||||
class Test {
|
||||
|
||||
<T> ArrayList<T> foo () {
|
||||
return new Arr<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user