[Tests] Use stable order for ir/kotlinLike dumps
^KT-65406
This commit is contained in:
committed by
Space Team
parent
0fa42a9c11
commit
e6f4d6e6fa
+9
-8
@@ -1,17 +1,18 @@
|
||||
@TestAnn(x = "testVal.property")
|
||||
val testVal: String
|
||||
field = ""
|
||||
get
|
||||
|
||||
open annotation class TestAnn : Annotation {
|
||||
val x: String
|
||||
field = x
|
||||
get
|
||||
|
||||
constructor(x: String) /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
val x: String
|
||||
field = x
|
||||
get
|
||||
|
||||
}
|
||||
|
||||
@TestAnn(x = "testVal.property")
|
||||
val testVal: String
|
||||
field = ""
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user