mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a1f0155525
We weren't printing memberwise inits, shorthand arguments (e.g. $0, $1), and other implicit decls, so cursor info would give empty annotated decl and fully annotated decl fields for them. Resolves rdar://problem/58929991