977bf593e0
#KT-8574 Fixed
6 lines
70 B
Kotlin
Vendored
6 lines
70 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
interface I
|
|
|
|
fun f() = <caret>listOf(object : I { })
|