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,8 +5,8 @@ FILE: jvm.kt
}
public final fun test(): R|kotlin/Unit| {
lval x: R|kotlin/String| = D|this@R|/Annotated||.R|/Annotated.foo|(String(123))
lval y: R|kotlin/String| = D|this@R|/Annotated||.R|/Annotated.foo|(Null(null))
lval x: R|kotlin/String| = this@R|/Annotated|.R|/Annotated.foo|(String(123))
lval y: R|kotlin/String| = this@R|/Annotated|.R|/Annotated.foo|(Null(null))
}
}