Commits

Jordan Rose committed c393d073795
TypeChecker: when validating a var or subscript, validate its accessors too. Otherwise, we may end up trying to use the accessors in SILGen without ever setting their types. (This happens when accessing a var in another file in the same module.) <rdar://problem/16016713> Swift SVN r13795