class Main { static function main() { switch ["a", "b"] { case [a = "something", "something"]: case fallback: } } }