FIR IDE: add intention to add custom accessor to uninitliazed property

This commit is contained in:
Tianyu Geng
2021-03-28 20:32:28 -07:00
committed by Ilya Kirillov
parent 78f450a6ef
commit 4d505f4393
16 changed files with 112 additions and 14 deletions
@@ -1134,6 +1134,7 @@ fun main(args: Array<String>) {
model("quickfix/replaceWithSafeCall", pattern = pattern, filenameStartsLowerCase = true)
model("quickfix/variables/changeMutability", pattern = pattern, filenameStartsLowerCase = true)
model("quickfix/addInitializer", pattern = pattern, filenameStartsLowerCase = true)
model("quickfix/addPropertyAccessors", pattern = pattern, filenameStartsLowerCase = true)
}
testClass<AbstractHLInspectionTest> {