swift
75a26c36
- SR-912: Runtime exception casting an Any nil to an Optional.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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?
References
#1990 - Workaround for difference in behavior between optimizer and runtime understanding of casts (2.2)
Author
atrick
Committer
slavapestov
Parents
24a23769
Loading