Files
swift-mirror/lib/Sema/CodeSynthesis.cpp
Doug Gregor 5e00f01ce4 [SE-0258] Ensure that we fully check the property type vs. wrapper's value type
Various optimizations / shortcuts in type checking property wrappers meant
that we weren't consistently verifying that a wrapped property type is
identical to the type of the 'value' property of the wrapper. Do so.

Fixes SR-10899 / rdar://problem/51588022.
2019-06-11 10:06:31 -07:00

102 KiB