d7e79e7f28
#KT-8324 Fixed
7 lines
94 B
Kotlin
Vendored
7 lines
94 B
Kotlin
Vendored
interface T
|
|
|
|
object O : T
|
|
|
|
fun foo() {
|
|
val x = object : T by <selection>O</selection> {}
|
|
} |