Commits
Doug Gregor committed eaf2bf632fc
Speculatively fix optionals by unwrapping them with '!'.
Example:
test/Constraints/fixes.swift:54:9: error: value of optional type 'B?'
not unwrapped; did you mean to use '!' or '?'?
b = a as B
^
!
Swift SVN r16938