mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 19:29:30 +07:00
IDEA-158267 Parameter completion overwrites the following lambda declaration ' () -> {}'
This commit is contained in:
+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