### Issue Kind Parse of Valid Source Failed ### Source Code ```swift func test(_: ([Int]) -> Void) {} test { ([Int]) in } ``` ### Description The above code is valid in the old parser but not in `SwiftParser`.