977bf593e0
#KT-8574 Fixed
8 lines
85 B
Plaintext
Vendored
8 lines
85 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
interface I
|
|
|
|
fun f(): List<I> {
|
|
return listOf(object : I { })
|
|
}
|