[klib] Test signature descriptions in irText tests
KT-59486
This commit is contained in:
committed by
Space Team
parent
6142d75bb4
commit
5e63f7627f
@@ -5,18 +5,22 @@ open class MessageBusImpl {
|
||||
// CHECK:
|
||||
// Mangled name: MessageBusImpl{}parentBus
|
||||
// Public signature: /MessageBusImpl.parentBus|4372009635220349355[0]
|
||||
// Public signature debug description: {}parentBus
|
||||
val parentBus: Any?
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: MessageBusImpl#<get-parentBus>(){}kotlin.Any?
|
||||
// Public signature: /MessageBusImpl.parentBus.<get-parentBus>|-5686140196600425134[0]
|
||||
// Public signature debug description: <get-parentBus>(){}kotlin.Any?
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: MessageBusImpl#<get-parentBus>(){}
|
||||
// Public signature: /MessageBusImpl.parentBus.<get-parentBus>|-4473545730438591287[0]
|
||||
// Public signature debug description: <get-parentBus>(){}
|
||||
get
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: MessageBusImpl#<init>(){}
|
||||
// Public signature: /MessageBusImpl.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
constructor() /* primary */
|
||||
|
||||
}
|
||||
@@ -28,18 +32,22 @@ class RootBus : MessageBusImpl {
|
||||
// CHECK:
|
||||
// Mangled name: RootBus#<init>(){}
|
||||
// Public signature: /RootBus.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
constructor() /* primary */
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: RootBus{}parentBus
|
||||
// Public signature: /RootBus.parentBus|4372009635220349355[0]
|
||||
// Public signature debug description: {}parentBus
|
||||
/* fake */ override val parentBus: Any?
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: RootBus#<get-parentBus>(){}kotlin.Any?
|
||||
// Public signature: /RootBus.parentBus.<get-parentBus>|-5686140196600425134[0]
|
||||
// Public signature debug description: <get-parentBus>(){}kotlin.Any?
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: RootBus#<get-parentBus>(){}
|
||||
// Public signature: /RootBus.parentBus.<get-parentBus>|-4473545730438591287[0]
|
||||
// Public signature debug description: <get-parentBus>(){}
|
||||
/* fake */ override get(): Any?
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user