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
@@ -1,6 +1,3 @@
// IGNORE_BACKEND_K2: JS_IR, JS_IR_ES6
// FIR works fine, however it generates another names for the temporary variables, therefore ignore it
fun demo(f: () -> String) = f()
// EXPECT_GENERATED_JS: function=test$lambda expect=deadCodeEliminationTestLambda.js