Frontend: fixed explicit receiver kind for dynamic call with implicit dispatch receiver.
Additionally added tests for other cases.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun dynamic.foo() {}
|
||||
|
||||
fun bar(a: dynamic) {
|
||||
a.<caret>foo()
|
||||
}
|
||||
Reference in New Issue
Block a user