5e63f7627f
KT-59486
11 lines
395 B
Kotlin
Vendored
11 lines
395 B
Kotlin
Vendored
// CHECK JVM_IR:
|
|
// Mangled name: #test(kotlin.Int){}kotlin.String
|
|
// Public signature: /test|-3078440043009540212[0]
|
|
// Public signature debug description: test(kotlin.Int){}kotlin.String
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #test(kotlin.Int){}
|
|
// Public signature: /test|7577436859890467564[0]
|
|
// Public signature debug description: test(kotlin.Int){}
|
|
fun test(z: Int): String
|
|
|