d3339cae46
Relates to #KT-31502
7 lines
124 B
Plaintext
Vendored
7 lines
124 B
Plaintext
Vendored
import kotlin.math.max
|
|
|
|
// FIX: Replace with `max` function
|
|
// WITH_RUNTIME
|
|
fun test(x: Double, y: Double) {
|
|
max(x, y)
|
|
} |