[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 @@
val test1: Int /* by */
field = lazy<Int>(initializer = local fun <anonymous>(): Int {
field = lazy<Int>(initializer = local fun <anonymous>(): Int {
return 42
}
)
@@ -19,7 +19,7 @@ class C {
get
val test2: Int /* by */
field = lazy<Int>(initializer = local fun <anonymous>(): Int {
field = lazy<Int>(initializer = local fun <anonymous>(): Int {
return 42
}
)