mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* add `NominalTypeDecl.isResilient` * make the return type of `Type.getNominalFields` optional and return nil in case the nominal type is resilient. This forces users of this API to think about what to do in case the nominal type is resilient.