JVM_IR KT-50193 remove temporary variable in argument null check

This commit is contained in:
Dmitry Petrov
2021-12-13 17:16:33 +03:00
committed by TeamCityServer
parent 34c70ea04e
commit 42dd8aa12d
5 changed files with 65 additions and 0 deletions
@@ -0,0 +1,10 @@
// FULL_JDK
fun use(a: Any) {}
fun test() {
use(System.getProperty("abc"))
}
// 1 ALOAD
// 0 ASTORE