swift
8d5b9c8c - Check default init before synthesizing wrapper backing properties.

Commit
6 years ago
Check default init before synthesizing wrapper backing properties. Fixes a regression where the compiler would reject something like: @State var x: Int? as not having an initializer, even though an Int? property ought to default to nil. rdar://problem/53504653
Author
Committer
Parents
Loading