FIR IDE: Enable add accessors quickfix for MUST_BE_INITIALIZED.
Also added diagnosticFixFactoriesFromIntentionActions() to share quickfix-creation across multiple diagnostics with the same PSI.
This commit is contained in:
committed by
TeamCityServer
parent
cd6dbd2515
commit
9b5f754e75
@@ -4,5 +4,4 @@ class Test {
|
||||
get() {
|
||||
return 1
|
||||
}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
@@ -5,5 +5,4 @@ class Test {
|
||||
return 1
|
||||
}
|
||||
set(value) {<caret>}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
@@ -3,5 +3,4 @@
|
||||
class Test {
|
||||
var x: Int<caret>
|
||||
set(value) {}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
@@ -6,5 +6,4 @@ class Test {
|
||||
<caret>TODO()
|
||||
}
|
||||
set(value) {}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
Reference in New Issue
Block a user