Commits
Chris Lattner committed 91e658488a1
fix <rdar://problem/17200672> Let in protocol causes unclear errors and crashes We were correctly rejecting 'let' decls in a protocol if it had a get/set specifier, but not if a stored let. Swift SVN r19034