Commits
Dmitri Hrybenko committed 7d697d7a89e
@objc inference / PrintAsObjC: don't map non-@objc classes to id (and metatypes of those to Class) I would not call this a regression because the fix is very simple -- just mark the class @objc, but in return the user will get concrete types on the Objective-C side, which is a significant benefit. Swift SVN r15234