[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
@@ -1,8 +1,6 @@
interface IFoo {
abstract fun foo()
}
val test1: Any
@@ -14,12 +12,8 @@ val test1: Any
}
}
<no name provided>()
}
get
@@ -37,12 +31,8 @@ val test2: IFoo
println(message = "foo")
}
}
<no name provided>()
}
get
@@ -61,10 +51,6 @@ class Outer {
}
}
fun test3(): Inner {
@@ -80,19 +66,12 @@ class Outer {
println(message = "foo")
}
}
<no name provided>()
}
}
}
fun Outer.test4(): Inner {
@@ -108,12 +87,8 @@ fun Outer.test4(): Inner {
println(message = "foo")
}
}
<no name provided>()
}
}