blob: b1639472ae292f73d5ecc44bb21d3cef58b7b274 [file] [log] [blame]
class C {
companion object {
fun foo(): C {
return <caret>
}
}
}
// ABSENT: this@C