977bf593e0
#KT-8574 Fixed
9 lines
99 B
Plaintext
Vendored
9 lines
99 B
Plaintext
Vendored
interface I1
|
|
interface I2
|
|
|
|
fun f() {
|
|
fun g(): Any {
|
|
return object : I1, I2 { }
|
|
}
|
|
}
|