[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
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun t1() : Boolean {
val s1 : String? = "sff"
val s2 : String? = null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null