```bridge destination { ...spread_works_fine } destination <- array[] as a { ...a # Spread not supported } tool { with const ...const.value # Spread not supported } ``` Rule is: IF `.something = true` works then `...contains_something` must also work