mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
<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
^
?