blob: 75bbd25c6801057496a8fffeeac7c528b7f86cc0 [file] [log] [blame]
fun foo() {
bar() // unresolved
return object : Foo
}
fun bar() {}