mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The problem was that HasObjCAncestry was not getting set if HasResilientAncestry was true, and thus emitFieldOffsetGlobals() was marking the field offset as const even though the Objective-C runtime might slide it. Fixes <rdar://problem/48031465>.
4 lines
77 B
Swift
4 lines
77 B
Swift
import ObjCClasses
|
|
|
|
open class HasResilientObjCBaseClass : HasHiddenIvars {}
|