[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: X
|
||||
// Public signature: /X|null[0]
|
||||
abstract enum class X : Enum<X> {
|
||||
// CHECK:
|
||||
// Mangled name: X#<init>(){}
|
||||
// Public signature: /X.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
private constructor() /* primary */
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: X.B
|
||||
// Public signature: /X.B|null[0]
|
||||
@@ -125,6 +119,12 @@ abstract enum class X : Enum<X> {
|
||||
|
||||
}
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: X#<init>(){}
|
||||
// Public signature: /X.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
private constructor() /* primary */
|
||||
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: X#valueOf#static(kotlin.String){}X
|
||||
// Public signature: /X.valueOf|5795127078210310399[0]
|
||||
|
||||
Reference in New Issue
Block a user