0ee1102e24
(cherry picked from commit 7ae9b6b)
8 lines
115 B
Kotlin
Vendored
8 lines
115 B
Kotlin
Vendored
// "Safe delete 'MyObj'" "false"
|
|
// ACTION: Create test
|
|
|
|
import MyObj.foo
|
|
|
|
object <caret>MyObj {
|
|
fun foo() {}
|
|
} |