mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
A stored property of a class may be overridden by a computed one, and a property requirement may be witnessed by a computed property, but rejecting inout aliasing in these cases isn't very helpful. Only reject cases that are definitely computed and will always behave incorrectly. Fixes rdar://problem/19633414. Swift SVN r24986
668 B
668 B