[klib] Test signature descriptions in irText tests
KT-59486
This commit is contained in:
committed by
Space Team
parent
6142d75bb4
commit
5e63f7627f
+7
@@ -8,21 +8,25 @@ class Test : Base {
|
||||
// CHECK:
|
||||
// Mangled name: a.Test#<init>(){}
|
||||
// Public signature: a/Test.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
constructor() /* primary */
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: a.Test#packagePrivateMethod(){}
|
||||
// Public signature: a/Test.packagePrivateMethod|-6626321591774137652[0]
|
||||
// Public signature debug description: packagePrivateMethod(){}
|
||||
package /* fake */ override fun packagePrivateMethod(): Unit
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: a.Test#protectedMethod(){}
|
||||
// Public signature: a/Test.protectedMethod|5447082645647771455[0]
|
||||
// Public signature debug description: protectedMethod(){}
|
||||
protected_and_package /* fake */ override fun protectedMethod(): Unit
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: a.Test#publicMethod(){}
|
||||
// Public signature: a/Test.publicMethod|-3952535363739900962[0]
|
||||
// Public signature debug description: publicMethod(){}
|
||||
/* fake */ override fun publicMethod(): Unit
|
||||
|
||||
}
|
||||
@@ -36,16 +40,19 @@ class Test2 : Base {
|
||||
// CHECK:
|
||||
// Mangled name: Test2#<init>(){}
|
||||
// Public signature: /Test2.<init>|-5645683436151566731[0]
|
||||
// Public signature debug description: <init>(){}
|
||||
constructor() /* primary */
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: Test2#protectedMethod(){}
|
||||
// Public signature: /Test2.protectedMethod|5447082645647771455[0]
|
||||
// Public signature debug description: protectedMethod(){}
|
||||
protected_and_package /* fake */ override fun protectedMethod(): Unit
|
||||
|
||||
// CHECK:
|
||||
// Mangled name: Test2#publicMethod(){}
|
||||
// Public signature: /Test2.publicMethod|-3952535363739900962[0]
|
||||
// Public signature debug description: publicMethod(){}
|
||||
/* fake */ override fun publicMethod(): Unit
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user