[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
@@ -1,15 +1,10 @@
fun interface IFoo {
abstract fun foo(i: Int)
}
fun interface IFoo2 : IFoo {
}
object A {
@@ -19,9 +14,6 @@ object A {
}
}
object B {
@@ -31,9 +23,6 @@ object B {
}
}
operator fun A.get(i: IFoo): Int {