5 lines
56 B
Kotlin
Vendored
5 lines
56 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
Math.min(2, 1)<caret>
|
|
} |