5 lines
92 B
Kotlin
Vendored
5 lines
92 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun x() {
|
|
val a = 4
|
|
val b = Math.<caret>abs(a).let { println(it) }
|
|
} |