da9f0e7af8
Sometimes there are legitimate reasons to have two separate signature dumps for K1 and K2. ^KT-61797 Fixed
12 lines
281 B
Kotlin
Vendored
12 lines
281 B
Kotlin
Vendored
// CHECK:
|
|
// Mangled name: C
|
|
// Public signature: /C|null[0]
|
|
class C : I {
|
|
// CHECK:
|
|
// Mangled name: C#<init>(J){}
|
|
// Public signature: /C.<init>|1083383516528472352[0]
|
|
// Public signature debug description: <init>(J){}
|
|
constructor(client: J) /* primary */
|
|
|
|
}
|