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:
Alexey Sedunov
2014-04-15 14:06:06 +04:00
parent 58b8eab620
commit db38f420f3
19 changed files with 184 additions and 7 deletions
@@ -1,5 +1,5 @@
package a
private fun test {
private fun test() {
foo(Foo())
}
@@ -1,5 +1,5 @@
package a
private fun <caret>test {
private fun <caret>test() {
foo(Foo())
}