Commits

Jordan Rose committed 214751e0364
Allow variables with observers to still have inferred types. Previously, adding observing accessors to a variable caused it to require an explicit type /and/ an initializer. Now you just need one or the other; the type of the accessors is drawn from the type of the VarDecl, whether inferred or explicitly written. rdar://problem/18148072 Swift SVN r24664