mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
trivial functional expression fix for empty lambda code block
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Replace method call on lambda with lambda body" "true"
|
||||
|
||||
|
||||
public class Main {
|
||||
void test() {
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Replace method call on lambda with lambda body" "true"
|
||||
|
||||
|
||||
public class Main {
|
||||
void test() {
|
||||
((Runnable) () -> {}).ru<caret>n();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user