blob: 49052afc3dac371c6c914ccaf36aa5f6d67f1d9b [file] [log] [blame]
fun test() {
val list = listOf(1, 2)
list.filter {
(val a, val b)=some.test
}
}