blob: 7affeccb9ac188e0029441ceced739cac4292f02 [file]
// "Convert to anonymous object" "true"
interface I {
fun foo(): String
}
fun test() {
val i = <caret>I { "" }
}