[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
Vendored
+2
-2
@@ -18,7 +18,7 @@ fun testSamConstructor(): KRunnable {
|
||||
}
|
||||
|
||||
fun testSamCosntructorOnAdapted(): KRunnable {
|
||||
return local fun foo1() {
|
||||
return local fun foo1() {
|
||||
foo1() /*~> Unit */
|
||||
}
|
||||
/*-> KRunnable */
|
||||
@@ -29,7 +29,7 @@ fun testSamConversion() {
|
||||
}
|
||||
|
||||
fun testSamConversionOnAdapted() {
|
||||
use(r = local fun foo1() {
|
||||
use(r = local fun foo1() {
|
||||
foo1() /*~> Unit */
|
||||
}
|
||||
/*-> KRunnable */)
|
||||
|
||||
Reference in New Issue
Block a user