mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
suggest inheritor members on second completion only, prefer the default collection getters to them
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class Aaaaaaa {
|
||||
|
||||
{
|
||||
java.util.List<String> local = null;
|
||||
java.util.List<String> l = <caret>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user