FIR IDE: add intention to add custom accessor to uninitliazed property
This commit is contained in:
committed by
Ilya Kirillov
parent
78f450a6ef
commit
4d505f4393
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user