Learn more about cloning repositories
You have read-only access
Disallow 'var' bindings in case patterns Make the following illegal: switch thing { case .A(var x): modify(x0 } And provide a replacement 'var' -> 'let' fix-it. rdar://problem/23172698 Swift SVN r32883