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