Java: don't break unrelated code in the same file when renaming record component (IDEA-367393)

GitOrigin-RevId: e262dd757e952cbd2a0cd6fba58f1448e96832b8
This commit is contained in:
Bas Leijdekkers
2025-03-05 17:59:02 +01:00
committed by intellij-monorepo-bot
parent 3c580437d3
commit eb03149e68
2 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,6 @@ class Main {
this.y = y;
}
void baz(int y) {}
void x(int y) {}
}
}