[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
@@ -32,17 +32,17 @@ val test2: Int
|
||||
// Mangled name: En
|
||||
// Public signature: /En|null[0]
|
||||
enum class En : Enum<En> {
|
||||
// CHECK:
|
||||
// Mangled name: En.X
|
||||
// Public signature: /En.X|null[0]
|
||||
X
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: En#<init>(){}
|
||||
// Public signature: /En.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
private constructor() /* primary */
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: En.X
|
||||
// Public signature: /En.X|null[0]
|
||||
X
|
||||
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: En#valueOf#static(kotlin.String){}En
|
||||
// Public signature: /En.valueOf|-1047188124757226812[0]
|
||||
|
||||
Reference in New Issue
Block a user