6 lines
57 B
Kotlin
6 lines
57 B
Kotlin
// TRUE
|
|
val o = object {
|
|
fun test() {
|
|
<caret>
|
|
}
|
|
} |