4b2834c4a8
#KT32868 Fixed
6 lines
76 B
Kotlin
Vendored
6 lines
76 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: TRUE
|
|
val o = object {
|
|
fun test() {
|
|
<caret>
|
|
}
|
|
} |