Commits

Jordan Rose committed ddc54844a54
[swift2objc] References to non-@objc classes should come through as 'id'. Forward-declaring a non-@objc class seems like the right thing to do, but that could cause a name conflict with an existing @objc class (either from Clang or from another module). Just use 'id' (and 'Class') to refer to these. Swift SVN r13645