mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When a class has missing vtable entries, we don’t allow it to be subclassed. This is unnecessarily restrictive for resilient classes, and @_implementationOnly imports now make missing vtable entries much more common. This commit carves out an exception to that rule for resilient classes. Fixes <rdar://problem/50902125>.
1.5 KiB
1.5 KiB