[IR] update testdata: print else -> ...
This commit is contained in:
committed by
teamcityserver
parent
14dabed85a
commit
2dbd784a6a
@@ -24,7 +24,7 @@ fun J.test3(a: Function0<Unit>) {
|
||||
fun J.test4(a: Function0<Unit>, b: Function0<Unit>, flag: Boolean) {
|
||||
<this>.runIt(r = when {
|
||||
flag -> a
|
||||
true -> b
|
||||
else -> b
|
||||
} /*-> @FlexibleNullability Runnable? */)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user