5e63f7627f
KT-59486
11 lines
470 B
Kotlin
Vendored
11 lines
470 B
Kotlin
Vendored
// CHECK JVM_IR:
|
|
// Mangled name: #test(kotlin.Any?;kotlin.Double){}kotlin.Boolean
|
|
// Public signature: /test|-7959242928029112066[0]
|
|
// Public signature debug description: test(kotlin.Any?;kotlin.Double){}kotlin.Boolean
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #test(kotlin.Any?;kotlin.Double){}
|
|
// Public signature: /test|1382550638358700070[0]
|
|
// Public signature debug description: test(kotlin.Any?;kotlin.Double){}
|
|
fun test(x: Any?, y: Double): Boolean
|
|
|