mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Stored `let` properties of a struct, class, or actor permit 'inout' modification within the constructor body after they have been initialized. Tentatively remove this rule, only allowing such `let` properties to be initialized (assigned to) and not treated as `inout`. Fixes rdar://127258363.
73 KiB
73 KiB