mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
[java-inspections] DeferFinalAssignmentFix: ModCommand
GitOrigin-RevId: b71aaf9098c2d60e69b63c18408845492918dc65
This commit is contained in:
committed by
intellij-monorepo-bot
parent
090e1b85cf
commit
001d26930f
@@ -4,9 +4,9 @@ import java.io.*;
|
||||
class a {
|
||||
final int n;
|
||||
{
|
||||
int n1;
|
||||
int n1<caret>;
|
||||
n1 =3;
|
||||
n1 =3;
|
||||
<caret>n1 =3;
|
||||
n = n1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user