FIR2IR: use elvis temporary variable name closer to PSI2IR

Related to KT-61983
This commit is contained in:
Mikhail Glukhikh
2023-10-02 09:57:56 +02:00
committed by Space Team
parent dcfc20f1ff
commit 13ae4abe52
6 changed files with 25 additions and 42 deletions
+2
View File
@@ -1,3 +1,5 @@
fun intN(): Int? = null
fun test() = intN() ?: 1
// FIR_IDENTICAL