[IR] update testdata: print else -> ...
This commit is contained in:
committed by
teamcityserver
parent
14dabed85a
commit
2dbd784a6a
@@ -1,14 +1,14 @@
|
||||
fun test1(a: Boolean, b: Boolean): Boolean {
|
||||
return when {
|
||||
a -> b
|
||||
true -> false
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
fun test2(a: Boolean, b: Boolean): Boolean {
|
||||
return when {
|
||||
a -> true
|
||||
true -> b
|
||||
else -> b
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user