mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
LambdaRefactoringUtil#convertToLambda: check context when deciding whether to add qualifier
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ public class Main {
|
||||
long limit = 33;
|
||||
OUTER:
|
||||
while (true) {
|
||||
Integer x = Main.getInt();
|
||||
Integer x = getInt();
|
||||
for (int i = 0; i < x; i++) {
|
||||
if (limit-- == 0) break OUTER;
|
||||
stat.accept(i);
|
||||
|
||||
Reference in New Issue
Block a user