[klib] Test signature descriptions in irText tests
KT-59486
This commit is contained in:
committed by
Space Team
parent
6142d75bb4
commit
5e63f7627f
+4
@@ -1,20 +1,24 @@
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: #testGreater(<dynamic>){}
|
||||
// Public signature: /testGreater|8630519043746384333[0]
|
||||
// Public signature debug description: testGreater(<dynamic>){}
|
||||
fun testGreater(d: dynamic): Boolean
|
||||
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: #testGreaterOrEqual(<dynamic>){}
|
||||
// Public signature: /testGreaterOrEqual|-4223395036536198085[0]
|
||||
// Public signature debug description: testGreaterOrEqual(<dynamic>){}
|
||||
fun testGreaterOrEqual(d: dynamic): Boolean
|
||||
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: #testLess(<dynamic>){}
|
||||
// Public signature: /testLess|7641985245454790157[0]
|
||||
// Public signature debug description: testLess(<dynamic>){}
|
||||
fun testLess(d: dynamic): Boolean
|
||||
|
||||
// CHECK JS_IR NATIVE:
|
||||
// Mangled name: #testLessOrEqual(<dynamic>){}
|
||||
// Public signature: /testLessOrEqual|-6484107233559376103[0]
|
||||
// Public signature debug description: testLessOrEqual(<dynamic>){}
|
||||
fun testLessOrEqual(d: dynamic): Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user