3 lines
62 B
Kotlin
Vendored
3 lines
62 B
Kotlin
Vendored
object SomeObject {
|
|
fun <caret>testingInObjectNew() = 12
|
|
} |