Commits

Doug Gregor committed 80245636782
Don't allow construction of classes based on non-statically-derived metatypes. An arbitrary value of class metatype cannot be used to construct an object, because there's no guarantee that a given subclass will provide that initializer. Swift SVN r14175