[FE] Fix tests after rebase
This commit is contained in:
committed by
teamcity
parent
0199c76c06
commit
efa267bf86
@@ -11,7 +11,7 @@ public final enum class SomeEnum : kotlin.Enum<SomeEnum> {
|
|||||||
enum entry C
|
enum entry C
|
||||||
|
|
||||||
private constructor SomeEnum()
|
private constructor SomeEnum()
|
||||||
public final override /*1*/ /*fake_override*/ val name: kotlin.String
|
@kotlin.internal.IntrinsicConstEvaluation public final override /*1*/ /*fake_override*/ val name: kotlin.String
|
||||||
public final override /*1*/ /*fake_override*/ val ordinal: kotlin.Int
|
public final override /*1*/ /*fake_override*/ val ordinal: kotlin.Int
|
||||||
protected final override /*1*/ /*fake_override*/ fun clone(): kotlin.Any
|
protected final override /*1*/ /*fake_override*/ fun clone(): kotlin.Any
|
||||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: SomeEnum): kotlin.Int
|
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: SomeEnum): kotlin.Int
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ class ProcessorWithParent : Entity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class ProcessorWithChildren : Entity {
|
class ProcessorWithChildren : Entity {
|
||||||
var processors by <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM_ERROR!>children(ProcessorWithParent::class.java, <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM_ERROR, TYPE_MISMATCH!>ProcessorWithParent::<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>processor<!><!>)<!>
|
var processors by <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM_ERROR!>children(ProcessorWithParent::class.java, ProcessorWithParent::processor)<!>
|
||||||
}
|
}
|
||||||
|
|
||||||
class Processor2WithParent : Entity {
|
class Processor2WithParent : Entity {
|
||||||
|
|||||||
Reference in New Issue
Block a user