mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
Java: don't break unrelated code in the same file when renaming record component (IDEA-367393)
GitOrigin-RevId: e262dd757e952cbd2a0cd6fba58f1448e96832b8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3c580437d3
commit
eb03149e68
@@ -5,6 +5,6 @@ class Main {
|
||||
this.y = y;
|
||||
}
|
||||
|
||||
void baz(int y) {}
|
||||
void x(int y) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user