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

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