Implement "Safe Delete" refactoring for classes and objects

This commit is contained in:
Alexey Sedunov
2013-06-27 16:39:34 +04:00
parent bcad49246b
commit f2dd8a6b60
35 changed files with 619 additions and 2 deletions
@@ -0,0 +1,11 @@
package test
import test.A
object <caret>A {
}
class B {
val x = A
}