[FIR] Optimization & checking fix: remove usage of dispatchReceiverValue
This commit is contained in:
committed by
Mikhail Glukhikh
parent
686965c0d3
commit
5e426fdc71
@@ -1,6 +1,6 @@
|
||||
enum class E {
|
||||
E1 {
|
||||
override fun foo() = <!UNRESOLVED_REFERENCE!>outerFun<!>() + super.<!UNRESOLVED_REFERENCE!>outerFun<!>()
|
||||
override fun foo() = outerFun() <!AMBIGUITY!>+<!> super.<!UNRESOLVED_REFERENCE!>outerFun<!>()
|
||||
},
|
||||
E2 {
|
||||
override fun foo() = E1.foo()
|
||||
|
||||
Reference in New Issue
Block a user