mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Instead of doing that, suggest removing 'var' altogether because 'let' cannot be used directly in an implicitly immutable context. Resolves: rdar://problem/32390726