mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
java: don't create final field from parameter when this does not compile (IDEA-359980)
GitOrigin-RevId: d7ce31fbb607a409afa0e2b988eed424440cc336
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cefb5228e1
commit
14096f0f03
@@ -2,7 +2,7 @@
|
||||
|
||||
class Person {
|
||||
private String __fname;
|
||||
private final int <caret>myId;
|
||||
private int <caret>myId;
|
||||
private String __lname;
|
||||
private String __street;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user