java: don't create final field from parameter when this does not compile (IDEA-359980)

GitOrigin-RevId: d7ce31fbb607a409afa0e2b988eed424440cc336
This commit is contained in:
Bas Leijdekkers
2024-10-01 11:18:17 +02:00
committed by intellij-monorepo-bot
parent cefb5228e1
commit 14096f0f03
2 changed files with 12 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
class Person {
private String __fname;
private final int <caret>myId;
private int <caret>myId;
private String __lname;
private String __street;