FIR IDE: Add ImportAllMembersIntention
This commit is contained in:
committed by
TeamCityServer
parent
8d69f32d04
commit
66d44f2471
+1
-1
@@ -1028,7 +1028,6 @@ fun main(args: Array<String>) {
|
||||
model("checker/diagnosticsMessage", excludedPattern = excludedFirTestdataPattern)
|
||||
}
|
||||
|
||||
|
||||
testClass<AbstractHighLevelQuickFixTest> {
|
||||
val pattern = "^([\\w\\-_]+)\\.kt$"
|
||||
model("quickfix/abstract", pattern = pattern, filenameStartsLowerCase = true)
|
||||
@@ -1067,6 +1066,7 @@ fun main(args: Array<String>) {
|
||||
val pattern = "^([\\w\\-_]+)\\.(kt|kts)$"
|
||||
model("intentions/addPropertyAccessors", pattern = pattern)
|
||||
model("intentions/specifyTypeExplicitly", pattern = pattern)
|
||||
model("intentions/importAllMembers", pattern = pattern)
|
||||
}
|
||||
|
||||
testClass<AbstractFirShortenRefsTest> {
|
||||
|
||||
Reference in New Issue
Block a user