7 lines
79 B
Plaintext
Vendored
7 lines
79 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
import java.lang.Math.min
|
|
|
|
fun foo() {
|
|
1.coerceAtMost(2)
|
|
} |