[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
@@ -7,9 +7,6 @@ interface IBase<A : Any?> {
abstract get
abstract set
}
class Test1<E : Any?> : IBase<E> {
@@ -37,9 +34,6 @@ class Test1<E : Any?> : IBase<E> {
(#$$delegate_0, <this>).<set-x><D>(<set-?> = <set-?>)
}
}
class Test2 : IBase<String> {
@@ -72,8 +66,5 @@ class Test2 : IBase<String> {
(#$$delegate_0, <this>).<set-x><D>(<set-?> = <set-?>)
}
}