Fix corner cases (override/script/null/etc.) in "might be const"
Related to KT-20644
This commit is contained in:
@@ -321,7 +321,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass<AbstractLocalInspectionTest> {
|
||||
model("inspectionsLocal", pattern = "^([\\w\\-_]+)\\.kt$")
|
||||
model("inspectionsLocal", pattern = "^([\\w\\-_]+)\\.(kt|kts)$")
|
||||
}
|
||||
|
||||
testClass<AbstractHierarchyTest> {
|
||||
|
||||
Reference in New Issue
Block a user