Files
kotlin-fork/compiler/fir/psi2fir/testData/rawBuilder/expressions/in.kt
T
2019-04-05 16:18:58 +03:00

2 lines
67 B
Kotlin
Vendored

fun foo(x: Int, y: Int, c: Collection<Int>) =
x in c && y !in c