[FE 1.0] Update test data with new error type representation

This commit is contained in:
Victor Petukhov
2022-03-17 13:34:01 +04:00
committed by teamcity
parent b5933c70e2
commit 27fa632630
285 changed files with 777 additions and 744 deletions
@@ -2,23 +2,23 @@ package
public final class C : O.B {
public constructor C()
public final val a: [ERROR : Type for A()]
public final val b: [ERROR : Type for B()]
public final val a: [Error type: Not found recorded type for A()]
public final val b: [Error type: Not found recorded type for B()]
public final val c: O.A.FromA
public final val d: O.B.FromB
public final val e: [ERROR : Type for FromCompanionA()]
public final val f: [ERROR : Type for FromCompanionB()]
public final val g: [ERROR : Type for Alpha()]
public final val h: [ERROR : Type for Beta()]
public final val i: [ERROR : Type for Gamma()]
public final val k: [ERROR : Type for FromAlpha()]
public final val l: [ERROR : Type for FromBeta()]
public final val m: [ERROR : Type for FromGamma()]
public final val e: [Error type: Not found recorded type for FromCompanionA()]
public final val f: [Error type: Not found recorded type for FromCompanionB()]
public final val g: [Error type: Not found recorded type for Alpha()]
public final val h: [Error type: Not found recorded type for Beta()]
public final val i: [Error type: Not found recorded type for Gamma()]
public final val k: [Error type: Not found recorded type for FromAlpha()]
public final val l: [Error type: Not found recorded type for FromBeta()]
public final val m: [Error type: Not found recorded type for FromGamma()]
public final val n: C.Companion.FromCompanionC
public final val o: [ERROR : Type for FromCompanionAlpha()]
public final val p: [ERROR : Type for FromCompanionBeta()]
public final val q: [ERROR : Type for FromCompanionGamma()]
public final val r: [ERROR : Type for FromDelta()]
public final val o: [Error type: Not found recorded type for FromCompanionAlpha()]
public final val p: [Error type: Not found recorded type for FromCompanionBeta()]
public final val q: [Error type: Not found recorded type for FromCompanionGamma()]
public final val r: [Error type: Not found recorded type for FromDelta()]
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String