[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
@@ -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