mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This reverts commit dc24c2bd34.
Turns out Chris fixed the build but when I was looking at the bots, his fix had
not been tested yet, so I thought the tree was still red and was trying to
revert to green.
6 lines
125 B
Swift
6 lines
125 B
Swift
// RUN: %target-swift-frontend %s -emit-silgen
|
|
|
|
// rdar://23899799
|
|
let sol1 = { $1 ? "Dr. " + $0 : $0 }
|
|
sol1("Seuss", true)
|