Files
kotlin-fork/compiler/testData/ir/irText/expressions/kt50028.sig.kt.txt
T
2023-07-14 20:26:45 +00:00

21 lines
793 B
Kotlin
Vendored

// CHECK JVM_IR:
// Mangled name: #test_1(){}kotlin.String
// Public signature: /test_1|118893848170480080[0]
// Public signature debug description: test_1(){}kotlin.String
// CHECK JS_IR NATIVE:
// Mangled name: #test_1(){}
// Public signature: /test_1|9184463131871799545[0]
// Public signature debug description: test_1(){}
fun test_1(): String
// CHECK JVM_IR:
// Mangled name: #test_2(kotlin.Boolean){}kotlin.Boolean
// Public signature: /test_2|1864697323811942156[0]
// Public signature debug description: test_2(kotlin.Boolean){}kotlin.Boolean
// CHECK JS_IR NATIVE:
// Mangled name: #test_2(kotlin.Boolean){}
// Public signature: /test_2|-1271056002368224685[0]
// Public signature debug description: test_2(kotlin.Boolean){}
fun test_2(b: Boolean): Boolean