[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
-18
View File
@@ -10,9 +10,6 @@ class TestInitVarFromParameter {
get
set
}
class TestInitVarInClass {
@@ -27,9 +24,6 @@ class TestInitVarInClass {
get
set
}
class TestInitVarInInitBlock {
@@ -47,9 +41,6 @@ class TestInitVarInInitBlock {
<this>.<set-x>(<set-?> = 0)
}
}
class TestInitVarWithCustomSetter {
@@ -66,9 +57,6 @@ class TestInitVarWithCustomSetter {
#x = value
}
}
class TestInitVarWithCustomSetterWithExplicitCtor {
@@ -88,9 +76,6 @@ class TestInitVarWithCustomSetterWithExplicitCtor {
}
}
class TestInitVarWithCustomSetterInCtor {
@@ -107,8 +92,5 @@ class TestInitVarWithCustomSetterInCtor {
<this>.<set-x>(value = 42)
}
}