[klib] Test signature descriptions in irText tests
KT-59486
This commit is contained in:
committed by
Space Team
parent
6142d75bb4
commit
5e63f7627f
@@ -6,6 +6,7 @@ fun interface KRunnable {
|
||||
// CHECK:
|
||||
// Mangled name: KRunnable#invoke(){}
|
||||
// Public signature: /KRunnable.invoke|-4663091332620260873[0]
|
||||
// Public signature debug description: invoke(){}
|
||||
abstract fun invoke(): Unit
|
||||
|
||||
}
|
||||
@@ -13,5 +14,6 @@ fun interface KRunnable {
|
||||
// CHECK:
|
||||
// Mangled name: #test(kotlin.Any?){}
|
||||
// Public signature: /test|4942271194395271693[0]
|
||||
// Public signature debug description: test(kotlin.Any?){}
|
||||
fun test(a: Any?): Unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user