5e63f7627f
KT-59486
21 lines
793 B
Kotlin
Vendored
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
|
|
|