mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-165006 Support chained completion for method references in Java 8+
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
{
|
||||
Runnable r = Syst::setOu<caret>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
{
|
||||
Runnable r = System::setOut;<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user