[IR] update testdata: removed extra indentation for function expressions

This commit is contained in:
Zalim Bashorov
2020-11-06 03:26:51 +03:00
committed by teamcityserver
parent cf5ba82453
commit ab8188b032
76 changed files with 168 additions and 168 deletions
@@ -1,5 +1,5 @@
fun test1(): Runnable {
return local fun <anonymous>() {
return local fun <anonymous>() {
return Unit
}
/*-> Runnable */
@@ -17,7 +17,7 @@ fun test3(): Runnable {
}
fun test4(): Comparator<Int> {
return local fun <anonymous>(a: @FlexibleNullability Int?, b: @FlexibleNullability Int?): Int {
return local fun <anonymous>(a: @FlexibleNullability Int?, b: @FlexibleNullability Int?): Int {
return a /*!! Int */.minus(other = b /*!! Int */)
}
/*-> Comparator<Int> */