[FE 1.0] Update test data with new error type representation
This commit is contained in:
committed by
teamcity
parent
b5933c70e2
commit
27fa632630
@@ -5,7 +5,7 @@ package nestedObejcts {
|
||||
public val b: nestedObejcts.B
|
||||
public val c: nestedObejcts.A.B
|
||||
public val d: nestedObejcts.A.B.A
|
||||
public val e: [ERROR : <ERROR PROPERTY TYPE>]
|
||||
public val e: [Error type: Error property type]
|
||||
|
||||
public object A {
|
||||
private constructor A()
|
||||
@@ -28,7 +28,7 @@ package nestedObejcts {
|
||||
public final val a: nestedObejcts.A.B.A
|
||||
public final val b: nestedObejcts.A.B
|
||||
public final val x: nestedObejcts.A.B.A
|
||||
public final val y: [ERROR : Type for this@A]
|
||||
public final val y: [Error type: Not found recorded type for this@A]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user