[FIR2IR] Support safe calls

This commit is contained in:
Mikhail Glukhikh
2020-03-20 15:57:39 +03:00
parent 2e8b22e4be
commit ca22e05acd
23 changed files with 307 additions and 143 deletions
@@ -1,2 +1,3 @@
// FIR_IDENTICAL
fun length(s: String) = s.length
fun lengthN(s: String?) = s?.length