[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
@@ -4,14 +4,14 @@ fun J.test0(a: Runnable) {
}
fun test1() {
runStatic(r = local fun <anonymous>() {
runStatic(r = local fun <anonymous>() {
test1()
}
/*-> @FlexibleNullability Runnable? */)
}
fun J.test2() {
<this>.runIt(r = local fun <anonymous>() {
<this>.runIt(r = local fun <anonymous>() {
test1()
}
/*-> @FlexibleNullability Runnable? */)