// CHECK: // Mangled name: C // Public signature: /C|null[0] class C { // CHECK: // Mangled name: C{}t // Public signature: /C.t|-8767999791664836944[0] // Public signature debug description: {}t val t: T // CHECK JVM_IR: // Mangled name: C#(){}1:0 // Public signature: /C.t.|5296523675281381766[0] // Public signature debug description: (){}1:0 // CHECK JS_IR NATIVE: // Mangled name: C#(){} // Public signature: /C.t.|7061140872129253552[0] // Public signature debug description: (){} get // CHECK: // Mangled name: C#(1:0){} // Public signature: /C.|-8731461708390519279[0] // Public signature debug description: (1:0){} constructor(t: T) /* primary */ // CHECK JVM_IR: // Mangled name: C#hashCode(){}kotlin.Int // Public signature: /C.hashCode|-8048879360829830756[0] // Public signature debug description: hashCode(){}kotlin.Int // CHECK JS_IR NATIVE: // Mangled name: C#hashCode(){} // Public signature: /C.hashCode|3409210261493131192[0] // Public signature debug description: hashCode(){} override fun hashCode(): Int } // CHECK: // Mangled name: IC // Public signature: /IC|null[0] value class IC { // CHECK: // Mangled name: IC{}c // Public signature: /IC.c|-4416962153448040627[0] // Public signature debug description: {}c val c: C // CHECK JVM_IR: // Mangled name: IC#(){}C<1:0> // Public signature: /IC.c.|-6707667902688835915[0] // Public signature debug description: (){}C<1:0> // CHECK JS_IR NATIVE: // Mangled name: IC#(){} // Public signature: /IC.c.|2368736057102379596[0] // Public signature debug description: (){} get // CHECK: // Mangled name: IC#(C<1:0>){} // Public signature: /IC.|-2549303465575104617[0] // Public signature debug description: (C<1:0>){} constructor(c: C) /* primary */ // CHECK JVM_IR: // Mangled name: IC#equals(kotlin.Any?){}kotlin.Boolean // Public signature: /IC.equals|722809408929142791[0] // Public signature debug description: equals(kotlin.Any?){}kotlin.Boolean // CHECK JS_IR NATIVE: // Mangled name: IC#equals(kotlin.Any?){} // Public signature: /IC.equals|4638265728071529943[0] // Public signature debug description: equals(kotlin.Any?){} override operator fun equals(other: Any?): Boolean // CHECK JVM_IR: // Mangled name: IC#hashCode(){}kotlin.Int // Public signature: /IC.hashCode|-8048879360829830756[0] // Public signature debug description: hashCode(){}kotlin.Int // CHECK JS_IR NATIVE: // Mangled name: IC#hashCode(){} // Public signature: /IC.hashCode|3409210261493131192[0] // Public signature debug description: hashCode(){} override fun hashCode(): Int // CHECK JVM_IR: // Mangled name: IC#toString(){}kotlin.String // Public signature: /IC.toString|6958853723545266802[0] // Public signature debug description: toString(){}kotlin.String // CHECK JS_IR NATIVE: // Mangled name: IC#toString(){} // Public signature: /IC.toString|-1522858123163872138[0] // Public signature debug description: toString(){} override fun toString(): String // CHECK JVM_IR: // Mangled name: IC#foo(){}kotlin.Int // Public signature: /IC.foo|-1256155405684507276[0] // Public signature debug description: foo(){}kotlin.Int // CHECK JS_IR NATIVE: // Mangled name: IC#foo(){} // Public signature: /IC.foo|-1041209573719867811[0] // Public signature debug description: foo(){} fun foo(): Int } // CHECK JVM_IR: // Mangled name: #box(){}kotlin.String // Public signature: /box|-9347091776561469[0] // Public signature debug description: box(){}kotlin.String // CHECK JS_IR NATIVE: // Mangled name: #box(){} // Public signature: /box|2173511048851971368[0] // Public signature debug description: box(){} fun box(): String