ResolveElementCache: script can now be analyzable parent

So #KT-20096 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-10-20 13:18:11 +03:00
parent cace6624e6
commit d0e8f99d60
6 changed files with 233 additions and 188 deletions
@@ -713,7 +713,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractIntentionTest> {
model("intentions", pattern = "^([\\w\\-_]+)\\.kt$")
model("intentions", pattern = "^([\\w\\-_]+)\\.(kt|kts)$")
}
testClass<AbstractIntentionTest2> {