Are there specific settings that allow me to parse the following code? ``` function test() { (arguments = x)[1] = {}; } ```