7 lines
87 B
Kotlin
Vendored
7 lines
87 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import java.lang.Math.abs
|
|
|
|
fun x() {
|
|
// comment
|
|
<caret>abs(5)
|
|
} |