JVM_IR KT-50193 remove temporary variable in argument null check
This commit is contained in:
committed by
TeamCityServer
parent
34c70ea04e
commit
42dd8aa12d
+10
@@ -0,0 +1,10 @@
|
||||
// FULL_JDK
|
||||
|
||||
fun use(a: Any) {}
|
||||
|
||||
fun test() {
|
||||
use(System.getProperty("abc"))
|
||||
}
|
||||
|
||||
// 1 ALOAD
|
||||
// 0 ASTORE
|
||||
Reference in New Issue
Block a user