[IR] update testdata: print else -> ...
This commit is contained in:
committed by
teamcityserver
parent
14dabed85a
commit
2dbd784a6a
@@ -5,11 +5,11 @@ fun test(b: Boolean, i: Int) {
|
||||
val tmp0_subject: Int = i
|
||||
when {
|
||||
EQEQ(arg0 = tmp0_subject, arg1 = 0) -> 1 /*~> Unit */
|
||||
true -> null /*~> Unit */
|
||||
else -> null /*~> Unit */
|
||||
}
|
||||
}
|
||||
}
|
||||
true -> null /*~> Unit */
|
||||
else -> null /*~> Unit */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user