mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
9 lines
150 B
Kotlin
Vendored
9 lines
150 B
Kotlin
Vendored
// "Safe delete 'MyObj'" "false"
|
|
// ACTION: Create test
|
|
// ACTION: Rename file to MyObj.kt
|
|
|
|
import MyObj.foo
|
|
|
|
object <caret>MyObj {
|
|
fun foo() {}
|
|
} |