7 lines
92 B
Plaintext
Vendored
7 lines
92 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
import java.lang.Math.abs
|
|
|
|
fun x() {
|
|
// comment
|
|
kotlin.math.abs(5)
|
|
} |