Commits

Slava Pestov committed e5dac9c7934
Runtime: Fix crash with non-pointer isa in swift_deallocPartialClassInstance() Deallocation of partially-initialized instances of @objc classes isn't supported yet, but let's avoid a regression compared to Swift 2.1 behavior by fixing the one case that used to work, where the early return occurs after all stored properties have been initialized. Fixes SR-704.