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:
@@ -0,0 +1,3 @@
|
||||
private class B {
|
||||
private val c = A.C()
|
||||
}
|
||||
-4
@@ -1,9 +1,5 @@
|
||||
class A {
|
||||
private val a = B()
|
||||
|
||||
private class B {
|
||||
private val c = C()
|
||||
}
|
||||
|
||||
private class C()
|
||||
}
|
||||
Reference in New Issue
Block a user