[FIR2IR] Implement mapping of FIR & IR built-in class members

This commit is contained in:
Mikhail Glukhikh
2020-03-23 12:37:23 +03:00
parent afacb4b4b2
commit 03143bc788
22 changed files with 60 additions and 30 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
var x = 0
do x++ while (x < 5)
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun printlnMock(a: Any) {}
public fun testCoalesce() {