We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b1376 commit 38ef4a0Copy full SHA for 38ef4a0
src/test/java/org/openrewrite/java/migrate/trait/ScopedVariableTest.java
@@ -56,10 +56,10 @@ void doSome() {
56
""",
57
"""
58
class Test {
59
- private String /*~~(Identified variable field with scope Block)~~>*/field;
+ private String /*~~(Identified variable field within scope Block)~~>*/field;
60
61
void doSome() {
62
- String /*~~(Identified variable anotherField with scope Block)~~>*/anotherField;
+ String /*~~(Identified variable anotherField within scope Block)~~>*/anotherField;
63
}
64
65
0 commit comments