mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
doStuffWithList([
firstItem
.map { $0 } // This line should be indented further.
.append(\.foo), // And so should this one.
secondItem
])
Resolves rdar://problem/64834040