Commit Graph

1 Commits

Author SHA1 Message Date
Slava Pestov
01bc774061 Sema: Enforce that stored properties of @_fixed_layout classes only reference public types
This is the same restriction as with @frozen structs. Even though
classes are lowered as a single reference and clients don't usually
manipulate their stored property layout directly, @frozen classes
can have @inlinable designated initializers.
2020-10-22 01:11:56 -04:00