Commits

Chris Lattner committed 8781e36d75a
Fix <rdar://problem/16906000> Implicitly unwrapped optional let is not considered initialized, but var is by allowing default initializing let properties. In classes, the property is mutable in init, and the default initialization is useful. The benefit we gain by banning this is outweighed by the important usecases that get closed off by doing so. Swift SVN r18213