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
+3 -3
View File
@@ -22,9 +22,9 @@ FILE: jvm.kt
}
public final fun test(): R|kotlin/Unit| {
D|this@R|/A||.R|FakeOverride</A.foo: R|kotlin/Unit|>|(String())
D|this@R|/C||.R|/C.bar|(String())
D|this@R|/A||.R|FakeOverride</A.baz: R|kotlin/String|>|(String())
this@R|/A|.R|FakeOverride</A.foo: R|kotlin/Unit|>|(String())
this@R|/C|.R|/C.bar|(String())
this@R|/A|.R|FakeOverride</A.baz: R|kotlin/String|>|(String())
}
}