mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
indicate the first element that is undefined, not the first element being accessed. In the example, passing the tuple inout uses both elements, but the first element is initialized, so we should complain about t2.1 being uninitialized, not t2.0 Swift SVN r10822
50 KiB
50 KiB