mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
completion: place functional expressions after variables of expected type (IDEA-174428, IDEA-178600)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class Foo {
|
||||
void processImports(java.util.function.Predicate<String> pr) {}
|
||||
|
||||
{
|
||||
processImports(<caret>);
|
||||
}
|
||||
|
||||
static <T> T getSomeGenericValue(T t) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user