[NI] Testdata changes after fixes in error types
This commit is contained in:
@@ -18,16 +18,16 @@ public final class Outer : Trait {
|
||||
|
||||
public final class Nested {
|
||||
public constructor Nested()
|
||||
public final val s: kotlin.Any?
|
||||
public final val t: kotlin.Any?
|
||||
public final val s: [ERROR : <ERROR FUNCTION RETURN TYPE>]
|
||||
public final val t: [ERROR : <ERROR FUNCTION RETURN TYPE>]
|
||||
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
|
||||
|
||||
public final inner class NestedInner {
|
||||
public constructor NestedInner()
|
||||
public final val s: kotlin.Any?
|
||||
public final val t: kotlin.Any?
|
||||
public final val s: [ERROR : <ERROR FUNCTION RETURN TYPE>]
|
||||
public final val t: [ERROR : <ERROR FUNCTION RETURN TYPE>]
|
||||
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
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ public final class Outer {
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public final fun f(): [ERROR : Error function type]
|
||||
public final fun g(): [ERROR : Error function type]
|
||||
public final fun h(): kotlin.Any?
|
||||
public final fun h(): [ERROR : <ERROR FUNCTION RETURN TYPE>]
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public final fun i(): [ERROR : <ERROR PROPERTY TYPE>]
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user