[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
@@ -20,14 +20,14 @@ fun use(fn: Function0<Any>): Any {
|
||||
}
|
||||
|
||||
fun testFn(): Any {
|
||||
return use(fn = local fun foo(): String {
|
||||
return use(fn = local fun foo(): String {
|
||||
return foo()
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
fun testCtor(): Any {
|
||||
return use(fn = local fun <init>(): C {
|
||||
return use(fn = local fun <init>(): C {
|
||||
return C()
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user