5 lines
65 B
Kotlin
Vendored
5 lines
65 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun x() {
|
|
// comment
|
|
Math.<caret>abs(5)
|
|
} |