[Tests] Use stable order for ir/kotlinLike dumps
^KT-65406
This commit is contained in:
committed by
Space Team
parent
0fa42a9c11
commit
e6f4d6e6fa
+6
-6
@@ -1,10 +1,4 @@
|
||||
class A {
|
||||
constructor() /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
val a: Int
|
||||
field = 1
|
||||
get
|
||||
@@ -21,6 +15,12 @@ class A {
|
||||
field = <this>.<get-c>().plus(other = 2)
|
||||
get
|
||||
|
||||
constructor() /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
fun rest() {
|
||||
val aI: Int = A().<get-a>().plus(other = 10)
|
||||
val bI: Int = A().<get-b>().plus(other = 20)
|
||||
|
||||
Reference in New Issue
Block a user