The following code produces `Error on line 2: unexpected newline` ``` coffee [ ### ### 'foobar' ] ``` Whereas this will compile just fine: ``` coffee { ### ### 'foobar' } ```