d3339cae46
Relates to #KT-31502
5 lines
112 B
Kotlin
Vendored
5 lines
112 B
Kotlin
Vendored
// FIX: Replace with `max` function
|
|
// WITH_RUNTIME
|
|
fun test(x: Double, y: Double) {
|
|
<caret>Math.max(x, y)
|
|
} |