[FIR2IR] Support safe calls
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
// FIR_IDENTICAL
|
||||
fun length(s: String) = s.length
|
||||
fun lengthN(s: String?) = s?.length
|
||||
|
||||
Reference in New Issue
Block a user