mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
don't suggest inaccessible qualifiers when chain-completing a java method reference (IDEA-217955)
GitOrigin-RevId: 78fc63c40948e6873279d6fe4c923bf3113a8b2e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9a3bace650
commit
a04504dddc
+8
@@ -0,0 +1,8 @@
|
||||
import java.util.Map;
|
||||
import java.util.function.Function;
|
||||
class Test2 {
|
||||
void test() {
|
||||
Function<Map.Entry<String, String>, String> fn = Entry::getKe<caret>x
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user