ResolveElementCache: script can now be analyzable parent
So #KT-20096 Fixed
This commit is contained in:
@@ -713,7 +713,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass<AbstractIntentionTest> {
|
||||
model("intentions", pattern = "^([\\w\\-_]+)\\.kt$")
|
||||
model("intentions", pattern = "^([\\w\\-_]+)\\.(kt|kts)$")
|
||||
}
|
||||
|
||||
testClass<AbstractIntentionTest2> {
|
||||
|
||||
Reference in New Issue
Block a user