FIR: Adjust Fir2IrText test data

This commit is contained in:
Denis.Zharkov
2022-04-26 11:29:48 +03:00
committed by teamcity
parent 40119cb041
commit 9676cd26cf
12 changed files with 59 additions and 59 deletions
@@ -16,10 +16,10 @@ fun test3(): Runnable {
return ::foo /*-> Runnable */
}
fun test4(): Comparator<@FlexibleNullability Int?> {
fun test4(): Comparator<Int> {
return local fun <anonymous>(a: @FlexibleNullability Int?, b: @FlexibleNullability Int?): Int {
return a.minus(other = b /*!! Int */)
}
/*-> Comparator<@FlexibleNullability Int?> */
/*-> Comparator<Int> */
}