[Tests] More conservative stableOrdered dump
Order of enum entries and fields matters, we can't sort them too. ^KT-65460
This commit is contained in:
committed by
Space Team
parent
5d4e822f42
commit
0fa42a9c11
@@ -2,12 +2,6 @@
|
||||
// Mangled name: Z
|
||||
// Public signature: /Z|null[0]
|
||||
open enum class Z : Enum<Z> {
|
||||
// CHECK:
|
||||
// Mangled name: Z#<init>(){}
|
||||
// Public signature: /Z.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
private constructor() /* primary */
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: Z.ENTRY
|
||||
// Public signature: /Z.ENTRY|null[0]
|
||||
@@ -119,6 +113,12 @@ open enum class Z : Enum<Z> {
|
||||
|
||||
}
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: Z#<init>(){}
|
||||
// Public signature: /Z.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
private constructor() /* primary */
|
||||
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: Z#valueOf#static(kotlin.String){}Z
|
||||
// Public signature: /Z.valueOf|6700955022581377295[0]
|
||||
|
||||
Reference in New Issue
Block a user