Reuse Java safe delete for Kotlin classes and objects
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
Reference in New Issue
Block a user