Files
2022-10-05 15:06:52 +00:00

5 lines
99 B
Kotlin
Vendored

fun test(ps: List<Pair<Int, Boolean>>) {
for((<expr>i</expr>, b) in ps) {
i * i
}
}