mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-158267 Parameter completion overwrites the following lambda declaration ' () -> {}'
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
{
|
||||
foo(hashCode(), <caret>() -> {});
|
||||
}
|
||||
|
||||
void foo(int i, Runnable r) {}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
{
|
||||
foo(hash<caret>() -> {});
|
||||
}
|
||||
|
||||
void foo(int i, Runnable r) {}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
{
|
||||
foo(hash<caret>() -> {});
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
{
|
||||
foo(hashCode()<caret>() -> {});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user