Fix corner cases (override/script/null/etc.) in "might be const"

Related to KT-20644
This commit is contained in:
Mikhail Glukhikh
2017-12-18 13:36:41 +03:00
parent 3f082346ae
commit 0d64ab4846
10 changed files with 139 additions and 68 deletions
@@ -321,7 +321,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractLocalInspectionTest> {
model("inspectionsLocal", pattern = "^([\\w\\-_]+)\\.kt$")
model("inspectionsLocal", pattern = "^([\\w\\-_]+)\\.(kt|kts)$")
}
testClass<AbstractHierarchyTest> {