You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sema: Don't validate class layout when validating an extension
We only need to validate all the members of a class when
we type check an extension, which means we will generate
code for it.
Merely validating an extension, as happens during name
lookup, does not need to validate all members of a class.
0 commit comments