Implement "Safe Delete" refactoring for classes and objects
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
import test.A
|
||||
|
||||
object <caret>A {
|
||||
|
||||
}
|
||||
|
||||
class B {
|
||||
val x = A
|
||||
}
|
||||
Reference in New Issue
Block a user