[klib] Test signature descriptions in irText tests
KT-59486
This commit is contained in:
committed by
Space Team
parent
6142d75bb4
commit
5e63f7627f
@@ -5,22 +5,28 @@ class XAlign {
|
||||
// CHECK:
|
||||
// Mangled name: XAlign{}bits
|
||||
// Public signature: /XAlign.bits|-2314303284935245061[0]
|
||||
// Public signature debug description: {}bits
|
||||
val bits: Long
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: XAlign#<get-bits>(){}kotlin.Long
|
||||
// Public signature: /XAlign.bits.<get-bits>|-8015099027032327963[0]
|
||||
// Public signature debug description: <get-bits>(){}kotlin.Long
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: XAlign#<get-bits>(){}
|
||||
// Public signature: /XAlign.bits.<get-bits>|-3920031234897259044[0]
|
||||
// Public signature debug description: <get-bits>(){}
|
||||
get
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: XAlign#<init>(){}
|
||||
// Public signature: /XAlign.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
constructor()
|
||||
// CHECK:
|
||||
// Mangled name: XAlign#<init>(kotlin.Long){}
|
||||
// Public signature: /XAlign.<init>|5217973964116651322[0]
|
||||
// Public signature debug description: <init>(kotlin.Long){}
|
||||
constructor(bits: Long) /* primary */
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user