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