mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
completion: place functional expressions after variables of expected type (IDEA-174428, IDEA-178600)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
interface I {
|
||||
void foo(String out);
|
||||
}
|
||||
|
||||
class Foo {
|
||||
I output;
|
||||
|
||||
{
|
||||
I r = out<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user