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:
Mark Punzalan
2021-06-10 08:02:50 +00:00
committed by TeamCityServer
parent cd6dbd2515
commit 9b5f754e75
7 changed files with 20 additions and 11 deletions
@@ -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 */
}