6 lines
88 B
Plaintext
Vendored
6 lines
88 B
Plaintext
Vendored
import kotlin.math.max
|
|
|
|
// WITH_RUNTIME
|
|
fun test(x: Double, y: Double) {
|
|
max(x, y)
|
|
} |