[IR] update testdata: print else -> ...
This commit is contained in:
committed by
teamcityserver
parent
14dabed85a
commit
2dbd784a6a
@@ -11,7 +11,7 @@ fun test(): Int {
|
||||
y is Int.not() -> 2
|
||||
0.rangeTo(other = 10).contains(value = y /*as Int */) -> 3
|
||||
10.rangeTo(other = 20).contains(value = y /*as Int */).not() -> 4
|
||||
true -> -1
|
||||
else -> -1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user