mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
java completion: don't deselect TreeMap (IDEA-189544)
it wasn't preselected because there were 8 signatures "to implement", coming from Map default methods
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import java.util.*;
|
||||
|
||||
class F {
|
||||
{
|
||||
SortedMap<String, String> m = new <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user