[Tests] Use stable order for ir/kotlinLike dumps
^KT-65406
This commit is contained in:
committed by
Space Team
parent
0fa42a9c11
commit
e6f4d6e6fa
@@ -1,14 +1,14 @@
|
||||
open class Base {
|
||||
val f1: Function0<Any>
|
||||
field = f1
|
||||
get
|
||||
|
||||
constructor(f1: Function0<Any>) /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
val f1: Function0<Any>
|
||||
field = f1
|
||||
get
|
||||
|
||||
}
|
||||
|
||||
object Thing : Base {
|
||||
@@ -30,3 +30,4 @@ object Thing : Base {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user