blob: 7ec9e1f3cbc8b4bbd64f259be2923269893a3160 [file]
class A {
fun dynamic.foo() {}
}
fun bar(a: A, b: dynamic) {
with (a) {
b.<caret>foo()
}
}
Resolved call:
Resulting descriptor: fun foo(): dynamic defined in bar.`<anonymous>`
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = b {dynamic}
Extension receiver = NO_RECEIVER