[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
@@ -8,7 +8,6 @@ fun outer() {
} /*~> Unit */
}
local()
}
@@ -5,9 +5,6 @@ object A {
}
}
object B {
@@ -17,9 +14,6 @@ object B {
}
}
interface IFoo {
@@ -28,9 +22,6 @@ interface IFoo {
return B
}
}
interface IInvoke {
@@ -38,9 +29,6 @@ interface IInvoke {
return 42
}
}
fun test(fooImpl: IFoo, invokeImpl: IInvoke) {