Commits

Joe Groff committed 4c333d80713
AST: Accessors of static properties must be static functions. Build the getter and setter of a static property as static func decls, and add a verifier check that the static-ness of a var and its accessors match up. Swift SVN r10395