Commits

Joe Groff committed 3e48f592dca
Sema: Resolve static property refs in the type-checker. Handle the static var case in various places in the type-checker where it was assumed not to happen. For simplicity, build static var references as DeclRefs for now, with an assert to ensure we fix this before turning on potentially dynamic cases. Swift SVN r10372