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