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