977bf593e0
#KT-8574 Fixed
7 lines
80 B
Kotlin
Vendored
7 lines
80 B
Kotlin
Vendored
interface I1
|
|
interface I2
|
|
|
|
fun f() {
|
|
fun g() = <caret>object : I1, I2 { }
|
|
}
|