mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
405bfdc33b
<stdin>:1:16: error: nil cannot initialize specified type 'Int'
var foo: Int = nil
^
<stdin>:1:10: note: add '?' to form the optional type 'Int?'
var foo: Int = nil
^
?