5e63f7627f
KT-59486
9 lines
301 B
Kotlin
Vendored
9 lines
301 B
Kotlin
Vendored
package test
|
|
|
|
// CHECK:
|
|
// Mangled name: test#callBuiltinFunctions(kotlin.Int;kotlin.Int){}
|
|
// Public signature: test/callBuiltinFunctions|7396310918419190407[0]
|
|
// Public signature debug description: callBuiltinFunctions(kotlin.Int;kotlin.Int){}
|
|
fun callBuiltinFunctions(a: Int, b: Int): Unit
|
|
|