Reuse Java safe delete for Kotlin classes and objects

This commit is contained in:
Alexey Sedunov
2014-01-20 15:24:55 +04:00
parent d432c10251
commit 5cfb07072c
13 changed files with 78 additions and 46 deletions
@@ -0,0 +1,7 @@
fun foo() {
object <caret>A {
}
A
}
@@ -0,0 +1 @@
object foo.A has 1 usage that is not safe to delete.
@@ -0,0 +1,5 @@
fun foo() {
object <caret>A {
}
}
@@ -0,0 +1,2 @@
fun foo() {
}