swift
75a26c36 - SR-912: Runtime exception casting an Any nil to an Optional.

Commit
9 years ago
SR-912: Runtime exception casting an Any nil to an Optional. This is a simple runtime fix for the following case: func cast<U>(t: Any) -> U { return t as! U } cast(nil as Int?) as Int?
Author
Committer
Parents
Loading