[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
Vendored
+1
-1
@@ -30,7 +30,7 @@ class Outer {
|
||||
}
|
||||
|
||||
fun testConstructor(): Any {
|
||||
return use(fn = local fun <init>(p0: Int): C {
|
||||
return use(fn = local fun <init>(p0: Int): C {
|
||||
return C(xs = [p0])
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user