The following is incorrectly parsed: ``` // First comment // Second comment foo {} ``` It should be parsed as two separate comments, but is currently parsed as one.