[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
@@ -4,9 +4,6 @@ annotation class TestAnn : Annotation {
field = x
get
}
@TestAnn(x = "class")
@@ -17,16 +14,11 @@ class TestClass {
}
}
@TestAnn(x = "interface")
interface TestInterface {
}
@TestAnn(x = "object")
@@ -37,9 +29,6 @@ object TestObject {
}
}
class Host {
@@ -57,14 +46,8 @@ class Host {
}
}
}
@TestAnn(x = "enum")
@@ -75,13 +58,6 @@ enum class TestEnum : Enum<TestEnum> {
}
fun values(): Array<TestEnum> /* Synthetic body for ENUM_VALUES */
fun valueOf(value: String): TestEnum /* Synthetic body for ENUM_VALUEOF */
@@ -92,7 +68,5 @@ enum class TestEnum : Enum<TestEnum> {
annotation class TestAnnotation : Annotation {
constructor() /* primary */
}