[Tests] Use stable order for ir/kotlinLike dumps

^KT-65406
This commit is contained in:
Pavel Kunyavskiy
2024-02-05 16:23:41 +01:00
committed by Space Team
parent 0fa42a9c11
commit e6f4d6e6fa
1265 changed files with 43896 additions and 48472 deletions
@@ -4,17 +4,17 @@ var operationScore: Int
set
class Delegate {
var delegateValue: String
field = "fail"
get
set
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
var delegateValue: String
field = "fail"
get
set
operator fun getValue($context_receiver_0: Int, thisRef: Any?, property: KProperty<*>): String {
{ // BLOCK
<set-operationScore>(<set-?> = <get-operationScore>().plus(other = $context_receiver_0))
@@ -33,13 +33,6 @@ class Delegate {
class Result {
private /* final field */ val contextReceiverField0: Int
constructor($context_receiver_0: Int) /* primary */ {
super/*Any*/()
<this>.#contextReceiverField0 = $context_receiver_0
/* <init>() */
}
var s: String /* by */
field = Delegate()
get(): String {
@@ -49,6 +42,13 @@ class Result {
return <this>.#s$delegate.setValue($context_receiver_0 = <this>.#contextReceiverField0, thisRef = <this>, property = Result::s, value = <set-?>)
}
constructor($context_receiver_0: Int) /* primary */ {
super/*Any*/()
<this>.#contextReceiverField0 = $context_receiver_0
/* <init>() */
}
}
fun box(): String {
@@ -63,3 +63,4 @@ fun box(): String {
else -> "fail"
}
}