Inline Variable: Remove invalid imports and perform reference lengthening/shortening when inlining non-local declaration
#KT-8884 Fixed
This commit is contained in:
@@ -499,7 +499,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass<AbstractInlineTest>() {
|
||||
model("refactoring/inline")
|
||||
model("refactoring/inline", pattern = "^(\\w+)\\.kt$")
|
||||
}
|
||||
|
||||
testClass<AbstractUnwrapRemoveTest>() {
|
||||
|
||||
Reference in New Issue
Block a user