[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
+2
-2
@@ -17,10 +17,10 @@ fun box(): String {
|
||||
result = "OK"
|
||||
}
|
||||
|
||||
return f(, f2 = local fun <anonymous>(): String {
|
||||
return f(, f2 = local fun <anonymous>(): String {
|
||||
return "O"
|
||||
}
|
||||
).plus(other = f(f1 = local fun <anonymous>(): String {
|
||||
).plus(other = f(f1 = local fun <anonymous>(): String {
|
||||
return "K"
|
||||
}
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user