[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
@@ -3,8 +3,6 @@ interface IBase {
abstract fun bar(): Int
abstract fun String.qux()
}
object BaseImpl : IBase {
@@ -24,9 +22,6 @@ object BaseImpl : IBase {
override fun String.qux() {
}
}
interface IOther {
@@ -44,9 +39,6 @@ interface IOther {
abstract get
abstract set
}
fun otherImpl(x0: String, y0: Int): IOther {
@@ -79,12 +71,8 @@ fun otherImpl(x0: String, y0: Int): IOther {
override set(value: Int) {
}
}
<no name provided>()
}
}
@@ -109,9 +97,6 @@ class Test1 : IBase {
(#$$delegate_0, <this>).qux()
}
}
class Test2 : IBase, IOther {
@@ -161,8 +146,5 @@ class Test2 : IBase, IOther {
#$$delegate_1.<set-y>(<set-?> = <set-?>)
}
}