Safe Delete: Move test classes and test data to refactoring directory
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
import test.A.C
|
||||
|
||||
class A {
|
||||
class <caret>C {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class B {
|
||||
val x = A.C()
|
||||
}
|
||||
Reference in New Issue
Block a user