mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
A stored property can be part of a pattern binding entry whose pattern
declares multiple bindings with a single initializer, for example:
struct S {
let (x, y) = (0, 0)
}
Make sure these round-trip correctly.
4.3 KiB
4.3 KiB