Files
2023-07-14 20:26:45 +00:00

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