2 lines
67 B
Kotlin
Vendored
2 lines
67 B
Kotlin
Vendored
fun foo(x: Int, y: Int, c: Collection<Int>) =
|
|
x in c && y !in c |