Commits

Chris Lattner committed 68fcf04b625
Lazy properties don't currently work in non-type-context (e.g. as local variables) because I can't inject synthesized decls into the parent declcontext correctly. This sux and is fixable eventually, but until I do, reject these with a clean error. Swift SVN r17922