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