fun test() { val (a, b) = Pair(true, false) val (c, d) = Pair(true, false) }