[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
@@ -1,3 +1,3 @@
package
public val x: [ERROR : No type, no body]
public val x: [Error type: Return type for property x cannot be resolved]
@@ -1,6 +1,6 @@
package
public val x: [ERROR : Error function type]
public val y: [ERROR : Error function type]
public val x: [Error type: Return type for function cannot be resolved]
public val y: [Error type: Return type for function cannot be resolved]
public fun </*0*/ E> bar(): kotlin.collections.List<E>
public fun </*0*/ E> foo(): E
@@ -4,10 +4,10 @@ public fun </*0*/ T> delegateFactory(/*0*/ p: kotlin.Any): Delegate
public final class C {
public constructor C(/*0*/ p: kotlin.Any, /*1*/ v: kotlin.Any)
public final val test1: [ERROR : Error function type]
public final val test1: [Error type: Return type for function cannot be resolved]
public final val test2: kotlin.Any
public final val test4: [ERROR : No type, no body]
public final var test5: [ERROR : No type, no body]
public final val test4: [Error type: Return type for property test4 cannot be resolved]
public final var test5: [Error type: Return type for property test5 cannot be resolved]
public final val v: kotlin.Any
public final val </*0*/ T> kotlin.collections.List<T>.test3: kotlin.String
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
@@ -1,17 +1,17 @@
package
public val x: [ERROR : Error function type]
public val x: [Error type: Return type for function cannot be resolved]
public fun </*0*/ E> id(/*0*/ x: E): E
public fun </*0*/ E> l(/*0*/ x: E): kotlin.collections.List<E>
public final class A {
public constructor A()
public final val a: [ERROR : Error function type]
public final val b: [ERROR : Error function type]
public final val u: [ERROR : Error function type]
public final val y: [ERROR : Error function type]
public final val z1: [ERROR : Error function type]
public final val z2: [ERROR : Error function type]
public final val a: [Error type: Return type for function cannot be resolved]
public final val b: [Error type: Return type for function cannot be resolved]
public final val u: [Error type: Return type for function cannot be resolved]
public final val y: [Error type: Return type for function cannot be resolved]
public final val z1: [Error type: Return type for function cannot be resolved]
public final val z2: [Error type: Return type for function cannot be resolved]
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