### Issue Kind Other ### Source Code ```swift func test() {} /*/ ``` ### Description The source above parses fine and `/*/` is parsed as a block comment. The lexer shouldn’t stop the block comment after the second `/`.