[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
+1
-1
@@ -8,7 +8,7 @@ fun foo(f: Foo): String {
|
||||
}
|
||||
|
||||
fun test(): String {
|
||||
return foo(f = local fun <anonymous>(): String {
|
||||
return foo(f = local fun <anonymous>(): String {
|
||||
return "OK"
|
||||
}
|
||||
/*-> Foo */)
|
||||
|
||||
Reference in New Issue
Block a user