[klib] Test signature descriptions in irText tests
KT-59486
This commit is contained in:
committed by
Space Team
parent
6142d75bb4
commit
5e63f7627f
@@ -5,11 +5,13 @@ class Owner {
|
||||
// CHECK:
|
||||
// Mangled name: Owner#<init>(){}
|
||||
// Public signature: /Owner.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
constructor() /* primary */
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: Owner#foo(0:0;0:0){0§<kotlin.Any?>}
|
||||
// Public signature: /Owner.foo|6541897014956795195[0]
|
||||
// Public signature debug description: foo(0:0;0:0){0§<kotlin.Any?>}
|
||||
fun <T : Any?> foo(x: T, y: T): Unit
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user