fun test(ps: List>) { for((i, b) in ps) { i * i } }