Move: Update test data for tests with conflicts
Check refactoring result for the case when conflicts are ignored. Fix move destination when moving to another source root
This commit is contained in:
Vendored
-4
@@ -1,9 +1,5 @@
|
||||
package a
|
||||
|
||||
private fun foo() {
|
||||
bar()
|
||||
}
|
||||
|
||||
private fun bar() {
|
||||
foo()
|
||||
}
|
||||
Vendored
+5
-1
@@ -1,3 +1,7 @@
|
||||
package a
|
||||
|
||||
object Utils
|
||||
object Utils
|
||||
|
||||
private fun foo() {
|
||||
bar()
|
||||
}
|
||||
Reference in New Issue
Block a user