mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
inplace introduce variable: rename variable introduced inside loop without braces (IDEA-135083)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
{
|
||||
Runnable r = () -> System.out.println("extrac<caret>t me");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user