[klib] Test signature descriptions in irText tests

KT-59486
This commit is contained in:
Sergej Jaskiewicz
2023-06-22 17:30:00 +02:00
committed by Space Team
parent 6142d75bb4
commit 5e63f7627f
562 changed files with 6867 additions and 9 deletions
@@ -9,6 +9,7 @@ class Test<T0 : Any?> {
// CHECK:
// Mangled name: Test.TestInner#<init>(){}
// Public signature: /Test.TestInner.<init>|-5645683436151566731[0]
// Public signature debug description: <init>(){}
constructor() /* primary */
}
@@ -20,6 +21,7 @@ class Test<T0 : Any?> {
// CHECK:
// Mangled name: Test.TestNested#<init>(){}
// Public signature: /Test.TestNested.<init>|-5645683436151566731[0]
// Public signature debug description: <init>(){}
constructor() /* primary */
}
@@ -27,6 +29,7 @@ class Test<T0 : Any?> {
// CHECK:
// Mangled name: Test#<init>(){}
// Public signature: /Test.<init>|-5645683436151566731[0]
// Public signature debug description: <init>(){}
constructor() /* primary */
}