Commits

Dmitri Hrybenko committed 82c6b23239b
SDK overlay: use AnyObject instead of AnyClass to pass an id-compatible Class representation As Joe explained, when Swift passes a metatype like AnyClass for an type defined in Objective-C, it will pass the Swift metadata pointer instead of an id-compatible Class. Swift SVN r30268