[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
@@ -13,9 +13,6 @@ class Test1<T1 : Any?, T2 : Any?> {
field = y
get
}
class Test2 {
@@ -44,14 +41,8 @@ class Test2 {
<this>.this/*TestInner*/<Z>(z = z)
}
}
}
class Test3 {
@@ -69,9 +60,6 @@ class Test3 {
field = y
get
}
class Test4<T : Any?> {
@@ -89,8 +77,5 @@ class Test4<T : Any?> {
this/*Test4*/<T>(x = x.plus(other = y))
}
}