[klib] Test signature descriptions in irText tests
KT-59486
This commit is contained in:
committed by
Space Team
parent
6142d75bb4
commit
5e63f7627f
@@ -1,16 +1,20 @@
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: #foo(){}kotlin.Any
|
||||
// Public signature: /foo|-9059697968601777418[0]
|
||||
// Public signature debug description: foo(){}kotlin.Any
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: #foo(){}
|
||||
// Public signature: /foo|-1041209573719867811[0]
|
||||
// Public signature debug description: foo(){}
|
||||
fun foo(): Any
|
||||
|
||||
// CHECK JVM_IR:
|
||||
// Mangled name: #test(){}kotlin.Int
|
||||
// Public signature: /test|4216975235718029399[0]
|
||||
// Public signature debug description: test(){}kotlin.Int
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: #test(){}
|
||||
// Public signature: /test|6620506149988718649[0]
|
||||
// Public signature debug description: test(){}
|
||||
fun test(): Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user