[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
@@ -17,17 +17,17 @@ enum class EE : Enum<EE> {
|
||||
// Public signature debug description: <get-myName>(){}
|
||||
get
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: EE.ENTRY
|
||||
// Public signature: /EE.ENTRY|null[0]
|
||||
ENTRY
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: EE#<init>(kotlin.String){}
|
||||
// Public signature: /EE.<init>|1280618353163213788[0]
|
||||
// Public signature debug description: <init>(kotlin.String){}
|
||||
private constructor(myName: String) /* primary */
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: EE.ENTRY
|
||||
// Public signature: /EE.ENTRY|null[0]
|
||||
ENTRY
|
||||
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: EE#valueOf#static(kotlin.String){}EE
|
||||
// Public signature: /EE.valueOf|-4534210679953674102[0]
|
||||
|
||||
Reference in New Issue
Block a user