mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
simplification following IDEA-CR-21392
This commit is contained in:
+2
-3
@@ -2,11 +2,10 @@
|
||||
|
||||
class Test {
|
||||
void foo() {
|
||||
Runnable r = () -> {
|
||||
((Runnable) () -> {
|
||||
if (true) return;
|
||||
System.out.println("");
|
||||
};
|
||||
r.r<caret>un();
|
||||
}).r<caret>un();
|
||||
System.out.println("");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user