[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
@@ -8,9 +8,6 @@ class C {
}
}
fun C.extensionVararg(i: Int, vararg s: String) {
@@ -13,7 +13,6 @@ fun test() {
receiver.id() /*~> Unit */
}
::id
})
}
@@ -22,14 +22,8 @@ class Foo<T : Any?> {
field = b
get
}
}
inline fun <A : Any?, B : Any?> foo(a: A, b: B, x: Function2<A, B, Inner<B, A>>): Inner<B, A> {
@@ -1,15 +1,10 @@
fun interface IFoo {
abstract fun foo(i: Int)
}
fun interface IFoo2 : IFoo {
}
object A {
@@ -19,9 +14,6 @@ object A {
}
}
object B {
@@ -31,9 +23,6 @@ object B {
}
}
operator fun A.get(i: IFoo): Int {
@@ -9,9 +9,6 @@ class C {
}
}
class Outer {
@@ -28,14 +25,8 @@ class Outer {
}
}
}
fun testConstructor(): Any {
@@ -51,7 +42,6 @@ fun testInnerClassConstructor(outer: Outer): Any {
return receiver.Inner(xs = [p0])
}
::<init>
})
}
@@ -62,7 +52,6 @@ fun testInnerClassConstructorCapturingOuter(): Any {
return receiver.Inner(xs = [p0])
}
::<init>
})
}
@@ -21,9 +21,6 @@ class C {
field = x
get
}
fun useKCallableStar(fn: KCallable<*>) {
@@ -12,9 +12,6 @@ class A<T : Any?> {
field = 42
get
}
val test1: KFunction1<A<String>, Unit>
@@ -15,9 +15,6 @@ object Foo {
return ""
}
}
val test1: KProperty0<String>
@@ -13,9 +13,6 @@ class C {
field = x
get
}
fun use(fn: Function0<Any>): Any {
@@ -33,9 +33,6 @@ class C {
fun bar() {
}
}
fun testLambda() {
@@ -97,7 +94,6 @@ fun testWithBoundReceiver() {
receiver.bar()
}
::bar
})
}
@@ -8,9 +8,6 @@ object Host {
inline fun <reified T : Any?> objectMember(x: T) {
}
}
inline fun <reified T : Any?> topLevel1(x: T) {
@@ -15,9 +15,6 @@ open class A {
return 1
}
}
object Obj : A {
@@ -31,9 +28,6 @@ object Obj : A {
return 1
}
}
fun testUnbound() {
@@ -49,7 +43,6 @@ fun testBound(a: A) {
receiver.foo(xs = [p0]) /*~> Unit */
}
::foo
})
}
@@ -60,7 +53,6 @@ fun testObject() {
receiver.foo(xs = [p0]) /*~> Unit */
}
::foo
})
}
@@ -1,8 +1,6 @@
fun interface IFoo {
abstract fun foo(i: Int)
}
fun useFoo(foo: IFoo) {
@@ -32,9 +32,6 @@ object Host {
return "abc"
}
}
fun testDefault(): String {
@@ -64,7 +61,6 @@ fun testImportedObjectMember(): String {
return importedObjectMemberWithVarargs(xs = [p0])
}
::importedObjectMemberWithVarargs
})
}
@@ -19,7 +19,6 @@ class Host {
receiver.withVararg(xs = [p0]) /*~> Unit */
}
::withVararg
})
}
@@ -31,7 +30,6 @@ class Host {
receiver.withVararg(xs = [p0]) /*~> Unit */
}
::withVararg
})
}
@@ -43,7 +41,6 @@ class Host {
receiver.withVararg(xs = [p0]) /*~> Unit */
}
::withVararg
})
}
@@ -54,7 +51,6 @@ class Host {
receiver.withVararg(xs = [p0]) /*~> Unit */
}
::withVararg
})
}
@@ -65,13 +61,9 @@ class Host {
receiver.withVararg(xs = [p0]) /*~> Unit */
}
::withVararg
})
}
}