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