[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
@@ -9,14 +9,15 @@ open annotation class SomeAnn : Annotation {
|
||||
|
||||
@SomeAnn
|
||||
class My {
|
||||
init {
|
||||
val x: Int = 1
|
||||
}
|
||||
|
||||
constructor() /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
init {
|
||||
val x: Int = 1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user