5290553184
So #KT-19232 Fixed
6 lines
100 B
Plaintext
Vendored
6 lines
100 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
import java.lang.Math.max
|
|
|
|
fun foo() {
|
|
Math.max(1.coerceAtLeast(3), max(2, 4))
|
|
} |