[IR] update testdata: print else -> ...
This commit is contained in:
committed by
teamcityserver
parent
14dabed85a
commit
2dbd784a6a
@@ -3,7 +3,7 @@ fun test(d: dynamic): dynamic {
|
||||
val tmp0_elvis_lhs: dynamic = d
|
||||
when {
|
||||
EQEQ(arg0 = tmp0_elvis_lhs, arg1 = null) -> "other"
|
||||
true -> tmp0_elvis_lhs
|
||||
else -> tmp0_elvis_lhs
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user