Refined redundant null check optimization

This commit is contained in:
Denis Zharkov
2014-12-31 16:19:21 +03:00
parent 5675d2b26b
commit 6f94ebb9d6
10 changed files with 139 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
fun box() {
val x = Array(1) { "" }
}
// 0 IFNULL
// 0 IFNONNULL
// 0 ATHROW
// 0 throwNpe