mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Unfortunately, there is no common abstraction for initializers and functions in SwiftSyntax, so this PR rolls our own. Alternatively, we could probably achieve something similar with a new protocol, but we only needed a handful of fields so this change keeps it simple. rdar://152112660