[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
+1
-1
@@ -11,7 +11,7 @@ fun withVararg(vararg xs: Int): Int {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
useFoo(foo = local fun withVararg(p0: Int) {
|
||||
useFoo(foo = local fun withVararg(p0: Int) {
|
||||
withVararg(xs = [p0]) /*~> Unit */
|
||||
}
|
||||
/*-> IFoo */)
|
||||
|
||||
Reference in New Issue
Block a user