977bf593e0
#KT-8574 Fixed
6 lines
54 B
Plaintext
Vendored
6 lines
54 B
Plaintext
Vendored
interface I
|
|
|
|
fun f(): I {
|
|
return object : I { }
|
|
}
|