Currently, we rewrite `([scope, name]) => // [...]` to something along these lines: ```JavaScript [([(_getLocal(_scope11, 'scope'), scope), (_getLocal(_scope11, 'name'), name)]) => // [...] ``` which leads to a syntax error, as we now have an rvalue as parameter.