[IR] update testdata after using maxBlankLines=1 for Printer

This commit is contained in:
Zalim Bashorov
2020-11-06 02:47:33 +03:00
committed by teamcityserver
parent 6e318893f6
commit 602f0ddbc8
243 changed files with 0 additions and 1789 deletions
@@ -26,7 +26,6 @@ fun testSimple(fn: Function0<Unit>) {
callee.invoke()
}
::suspendConversion0
})
}
@@ -37,7 +36,6 @@ fun testSimpleNonVal() {
callee.invoke()
}
::suspendConversion0
})
}
@@ -48,7 +46,6 @@ fun testExtAsExt(fn: @ExtensionFunctionType Function1<Int, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -59,7 +56,6 @@ fun testExtAsSimple(fn: @ExtensionFunctionType Function1<Int, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -70,7 +66,6 @@ fun testSimpleAsExt(fn: Function1<Int, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -81,7 +76,6 @@ fun testSimpleAsSimpleT(fn: Function1<Int, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -92,7 +86,6 @@ fun testSimpleAsExtT(fn: Function1<Int, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -103,7 +96,6 @@ fun testExtAsSimpleT(fn: @ExtensionFunctionType Function1<Int, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -114,7 +106,6 @@ fun testExtAsExtT(fn: @ExtensionFunctionType Function1<Int, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -125,7 +116,6 @@ fun <S : Any?> testSimpleSAsSimpleT(fn: Function1<S, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -136,7 +126,6 @@ fun <S : Any?> testSimpleSAsExtT(fn: Function1<S, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -147,7 +136,6 @@ fun <S : Any?> testExtSAsSimpleT(fn: @ExtensionFunctionType Function1<S, Unit>)
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -158,7 +146,6 @@ fun <S : Any?> testExtSAsExtT(fn: @ExtensionFunctionType Function1<S, Unit>) {
callee.invoke(p1 = p0)
}
::suspendConversion0
})
}
@@ -170,7 +157,6 @@ fun testSmartCastWithSuspendConversion(a: Any) {
callee.invoke()
}
::suspendConversion0
})
}
@@ -183,7 +169,6 @@ fun testSmartCastOnVarWithSuspendConversion(a: Any) {
callee.invoke()
}
::suspendConversion0
})
}