Inline Variable: Remove invalid imports and perform reference lengthening/shortening when inlining non-local declaration

#KT-8884 Fixed
This commit is contained in:
Alexey Sedunov
2015-12-14 12:24:28 +03:00
parent 44bdac6e11
commit 4e36edb5d6
25 changed files with 245 additions and 53 deletions
@@ -499,7 +499,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractInlineTest>() {
model("refactoring/inline")
model("refactoring/inline", pattern = "^(\\w+)\\.kt$")
}
testClass<AbstractUnwrapRemoveTest>() {