5290553184
So #KT-19232 Fixed
6 lines
98 B
Kotlin
Vendored
6 lines
98 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import java.lang.Math.max
|
|
|
|
fun foo() {
|
|
Math.max(max(1, 3)<caret>, max(2, 4))
|
|
} |