mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
[java-completion] IDEA-314367. Completion for similar methods
GitOrigin-RevId: 7f12554a48a88920f81b093c58af55ed5c47ffc6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8107aa1050
commit
ff51cc96fe
@@ -1,5 +1,5 @@
|
||||
class C {
|
||||
void test(java.util.List<String> list) {
|
||||
list::ma<caret>
|
||||
list::fi<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user