Move Refactoring: Do not replace references to local declaration with qualified names. Update and fix test data
#KT-4851 Fixed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
package a
|
||||
|
||||
private fun test {
|
||||
private fun test() {
|
||||
foo(Foo())
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
package a
|
||||
|
||||
private fun <caret>test {
|
||||
private fun <caret>test() {
|
||||
foo(Foo())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user