IDEA-158267 Parameter completion overwrites the following lambda declaration ' () -> {}'

This commit is contained in:
peter
2016-07-27 12:15:56 +02:00
parent 92a4c9c7f6
commit c71a1e7136
8 changed files with 63 additions and 11 deletions
@@ -0,0 +1,5 @@
class Foo {
{
foo(hash<caret>() -> {});
}
}
@@ -0,0 +1,5 @@
class Foo {
{
foo(hashCode()<caret>() -> {});
}
}