FIR: simplify rendering of dispatch & extension receivers

This commit is contained in:
Mikhail Glukhikh
2019-08-30 10:21:38 +03:00
parent dfacc2d68f
commit f2c77c45e9
81 changed files with 275 additions and 268 deletions
@@ -5,11 +5,11 @@ FILE: Derived.kt
}
public final fun getValue(): <ERROR TYPE REF: cycle> {
^getValue D|this@R|/Base||.R|/Base.value|
^getValue this@R|/Base|.R|/Base.value|
}
public final fun foo(): R|kotlin/Int| {
^foo D|this@R|/Base||.R|/Base.value|
^foo this@R|/Base|.R|/Base.value|
}
}