FIR IDE: Enable add accessor intentions in plugin.

This commit is contained in:
Mark Punzalan
2021-06-09 08:36:54 +00:00
committed by TeamCityServer
parent 4f12966d66
commit a497dd1d31
18 changed files with 576 additions and 189 deletions
@@ -1197,6 +1197,7 @@ fun main(args: Array<String>) {
testClass<AbstractHLIntentionTest> {
val pattern = "^([\\w\\-_]+)\\.(kt|kts)$"
model("intentions/addPropertyAccessors", pattern = pattern)
model("intentions/specifyTypeExplicitly", pattern = pattern)
}