mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 08:59:21 +07:00
IG: make ExpressionUtils.resolveLocalVariable() skip parentheses
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
// "Unroll loop" "true"
|
||||
class Test {
|
||||
void test() {
|
||||
boolean steps = {true, false};
|
||||
fo<caret>r(boolean step : steps) {
|
||||
boolean[] steps = {true, false};
|
||||
fo<caret>r(boolean step : (steps)) {
|
||||
foo(step);
|
||||
unresolved(!step);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user