mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
IDEA-246339 Do not suggest stream methods on method reference completion
GitOrigin-RevId: a72a1bda98f47056b893c31b1d0f894df3ced82a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b8dc92e383
commit
0cb5839b13
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
void test(java.util.List<String> list) {
|
||||
list::ma<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user