[Tests] Use stable order for ir/kotlinLike dumps
^KT-65406
This commit is contained in:
committed by
Space Team
parent
0fa42a9c11
commit
e6f4d6e6fa
+7
-7
@@ -1,15 +1,15 @@
|
||||
class Wrapper {
|
||||
var baseUrl: String
|
||||
field = baseUrl
|
||||
get
|
||||
set
|
||||
|
||||
constructor(baseUrl: String) /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
var baseUrl: String
|
||||
field = baseUrl
|
||||
get
|
||||
set
|
||||
|
||||
}
|
||||
|
||||
enum class ConfigurationParameter : Enum<ConfigurationParameter> {
|
||||
@@ -25,10 +25,10 @@ enum class ConfigurationParameter : Enum<ConfigurationParameter> {
|
||||
|
||||
}
|
||||
|
||||
fun values(): Array<ConfigurationParameter> /* Synthetic body for ENUM_VALUES */
|
||||
|
||||
fun valueOf(value: String): ConfigurationParameter /* Synthetic body for ENUM_VALUEOF */
|
||||
|
||||
fun values(): Array<ConfigurationParameter> /* Synthetic body for ENUM_VALUES */
|
||||
|
||||
val entries: EnumEntries<ConfigurationParameter>
|
||||
get(): EnumEntries<ConfigurationParameter> /* Synthetic body for ENUM_ENTRIES */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user