Commits

Chris Lattner committed f2ae5704148
reject things like "var x : Int {}" in the parser, instead of parsing it as a stored decl. Before my changes from a few days ago, we parsed it as having an empty getter (which was rejected by sil diagnostics), but my restructuring broke that. Make sure to reject it, now with a more specific error. Swift SVN r13403