4dff9cf5fc
Additionally added tests for other cases.
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
fun bar(a: dynamic ) {
|
|
a.<caret>foo()
|
|
}
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: fun foo(): dynamic defined in bar
|
|
|
|
Explicit receiver kind = DISPATCH_RECEIVER
|
|
Dispatch receiver = a {('Nothing'..'Any?')}
|
|
Extension receiver = NO_RECEIVER
|