4b2834c4a8
#KT32868 Fixed
8 lines
109 B
Kotlin
Vendored
8 lines
109 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
interface Some
|
|
|
|
fun test() {
|
|
val foo = object: Some {
|
|
<caret>
|
|
}
|
|
} |