Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
resolvedCalls
/
objectsAndClassObjects
/
object.txt
blob: e1e51d47078fb91cfc41a36f6b8d610a8334cafe [
file
] [
log
] [
blame
]
object Foo {
val baz = 42
}
fun test() {
Foo.<caret>baz
}
Resolved call:
Resulting descriptor: val baz: Int defined in Foo
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = Foo {Foo}
Extension receiver = NO_RECEIVER