FIR IDE: Enable add accessor intentions in plugin.
This commit is contained in:
committed by
TeamCityServer
parent
4f12966d66
commit
a497dd1d31
+1
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user