blob: d29ebc383a6830d357d34826caf5210999005c87 [file]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: call
object Foo {
fun foo() {
c<caret>ll()
}
}