[klib] Test signature descriptions in irText tests
KT-59486
This commit is contained in:
committed by
Space Team
parent
6142d75bb4
commit
5e63f7627f
Vendored
+2
@@ -5,6 +5,7 @@ open annotation class SomeAnn : Annotation {
|
||||
// CHECK:
|
||||
// Mangled name: SomeAnn#<init>(){}
|
||||
// Public signature: /SomeAnn.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
constructor() /* primary */
|
||||
|
||||
}
|
||||
@@ -17,6 +18,7 @@ class My {
|
||||
// CHECK:
|
||||
// Mangled name: My#<init>(){}
|
||||
// Public signature: /My.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
constructor() /* primary */
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user