5e63f7627f
KT-59486
13 lines
393 B
Kotlin
Vendored
13 lines
393 B
Kotlin
Vendored
// CHECK:
|
|
// Mangled name: #takeInt(kotlin.Int){}
|
|
// Public signature: /takeInt|7506881980524470334[0]
|
|
// Public signature debug description: takeInt(kotlin.Int){}
|
|
fun takeInt(x: Int): Unit
|
|
|
|
// CHECK:
|
|
// Mangled name: #test(kotlin.Boolean){}
|
|
// Public signature: /test|-88931722341009933[0]
|
|
// Public signature debug description: test(kotlin.Boolean){}
|
|
fun test(b: Boolean): Unit
|
|
|