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

10 lines
444 B
Kotlin
Vendored

// CHECK:
// Mangled name: #test1(kotlin.Int;kotlin.Int;kotlin.String){}
// Public signature: /test1|-2420205866450198550[0]
// Public signature debug description: test1(kotlin.Int;kotlin.Int;kotlin.String){}
fun test1(x: Int, y: Int, z: String): Unit
// CHECK:
// Mangled name: #test1(kotlin.Int;kotlin.Int;kotlin.String){}#local#static(kotlin.Int;kotlin.Int;kotlin.String){}
local fun local(xx: Int, yy: Int, zz: String): Unit