### Description SwiftParser currently can’t handle DocC-style abridged signatures such as: ``` init(String.Index, x:(Int) -> Int) rethrows ``` as they are considered malformed parse trees. more details at https://forums.swift.org/t/swiftsyntax-how-to-repair-abbreviated-function-signatures/67602