[IR] Don't print multifile/synthetic facade class names in irText tests
This only applies to JVM and fq-names in declaration references in IR dumps. This enables us to run more irText tests on platforms other than JVM (see KT-58605).
This commit is contained in:
committed by
Space Team
parent
cc76bbd09d
commit
f2031ae642
@@ -10,6 +10,9 @@ class C {
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: C#<get-c>(){}kotlin.Int
|
||||
// Public signature: /C.c.<get-c>|-2440337234483931882[0]
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: C#<get-c>(){}
|
||||
// Public signature: /C.c.<get-c>|2368736057102379596[0]
|
||||
get
|
||||
|
||||
// CHECK:
|
||||
|
||||
Reference in New Issue
Block a user