mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
[java-intentions] InitializeFinalFieldInConstructorFix: preview-friendly
GitOrigin-RevId: 9ccb207c593ca448f9f79da94876ac87c2cac5ae
This commit is contained in:
committed by
intellij-monorepo-bot
parent
11130867f8
commit
0695b6ae8a
@@ -1,4 +1,4 @@
|
||||
// "Initialize in constructor" "true"
|
||||
// "Initialize in constructor" "true-preview"
|
||||
class Main {
|
||||
private final int var;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize in constructor" "true"
|
||||
// "Initialize in constructor" "true-preview"
|
||||
class Main {
|
||||
private final int var;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize in constructor" "true"
|
||||
// "Initialize in constructor" "true-preview"
|
||||
class Main {
|
||||
private final int var;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize in constructor" "true"
|
||||
// "Initialize in constructor" "true-preview"
|
||||
class Main {
|
||||
private final int var;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize in constructor" "true"
|
||||
// "Initialize in constructor" "true-preview"
|
||||
class Main {
|
||||
private final int v<caret>ar;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize in constructor" "true"
|
||||
// "Initialize in constructor" "true-preview"
|
||||
class Main {
|
||||
private final int v<caret>ar;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize in constructor" "true"
|
||||
// "Initialize in constructor" "true-preview"
|
||||
class Main {
|
||||
private final int v<caret>ar;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize in constructor" "true"
|
||||
// "Initialize in constructor" "true-preview"
|
||||
class Main {
|
||||
private final int v<caret>ar;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user