7 lines
87 B
Kotlin
Vendored
7 lines
87 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
object Foo {
|
|
fun test() {
|
|
object {}<caret>
|
|
}
|
|
} |