5 lines
107 B
Kotlin
Vendored
5 lines
107 B
Kotlin
Vendored
// FIX: Replace with `roundToInt` function
|
|
// WITH_RUNTIME
|
|
fun test(x: Double) {
|
|
<caret>Math.round(x)
|
|
} |