[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,7 +2,7 @@ package
public final class A {
public constructor A()
public final val x: kotlin.collections.ArrayList<([ERROR : A]<[ERROR : No type element]>) -> kotlin.Unit> /* = java.util.ArrayList<([ERROR : A]<[ERROR : No type element]>) -> kotlin.Unit> */
public final val x: kotlin.collections.ArrayList<([Error type: Type for error type constructor (A)]<[Error type: No type specified for unknown element]>) -> kotlin.Unit> /* = java.util.ArrayList<([Error type: Type for error type constructor (A)]<[Error type: No type specified for unknown element]>) -> kotlin.Unit> */
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public final fun foo(): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
@@ -1,12 +1,12 @@
package
public final data class A {
public constructor A(/*0*/ x: kotlin.collections.Set<[ERROR : CLassNotFound]> = ...)
public final val x: kotlin.collections.Set<[ERROR : CLassNotFound]>
public final operator /*synthesized*/ fun component1(): kotlin.collections.Set<[ERROR : CLassNotFound]>
public final /*synthesized*/ fun copy(/*0*/ x: kotlin.collections.Set<[ERROR : CLassNotFound]> = ...): A
public constructor A(/*0*/ x: kotlin.collections.Set<[Error type: Unresolved type for CLassNotFound]> = ...)
public final val x: kotlin.collections.Set<[Error type: Unresolved type for CLassNotFound]>
public final operator /*synthesized*/ fun component1(): kotlin.collections.Set<[Error type: Unresolved type for CLassNotFound]>
public final /*synthesized*/ fun copy(/*0*/ x: kotlin.collections.Set<[Error type: Unresolved type for CLassNotFound]> = ...): A
public open override /*1*/ /*synthesized*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*synthesized*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*synthesized*/ fun toString(): kotlin.String
public final fun with(/*0*/ x: kotlin.collections.Set<[ERROR : CLassNotFound]>? = ...): kotlin.Unit
public final fun with(/*0*/ x: kotlin.collections.Set<[Error type: Unresolved type for CLassNotFound]>? = ...): kotlin.Unit
}