[IR] In irText tests, test full mangled names only computed from IR
We plan to disable computing full mangled names of declarations in all manglers except the IR mangler (see the subsequent commits). From now on, in irText tests we dump only the following mangled names: - Full mangled names computed using the IR mangler - Signature mangled names computed using the Descriptor mangler - Signature mangled names computed using the IR mangler - Signature mangled names computed using the FIR mangler Here by a full mangled name we mean the mangled name of a declaration computed using the `MangleMode.FULL` mode. Those mangled names include the mangled names of the declaration'a parents. By a signature mangled name we mean the mangled name of a declaration computed using the `MangleMode.SIGNATURE` mode. These mangled names are used to compute an `IdSignature` for the declaration, hence the name.
This commit is contained in:
committed by
Space Team
parent
9ccce52915
commit
69aeddcba8
Vendored
+1
@@ -6,6 +6,7 @@ operator fun J?.component1(): Int
|
||||
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: #component2@J(){}kotlin.Int
|
||||
// Mangled name for the signature: component2@J(){}kotlin.Int
|
||||
// Public signature: [ File 'implicitNotNullInDestructuringAssignment.kt' <- /component2|-623550756830644944[0] ]
|
||||
private operator fun J.component2(): Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user