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
Summary:
The semantics of sealing a class with a trait, eg:
```
<<__Sealed(T::class)>>
class C { ... }
trait T { ... }
```
is unclear at best. This diff bans sealing a class with a trait.
Reviewed By: geralt-encore
Differential Revision: D92393842
fbshipit-source-id: f8ba025f685702b4c4ff5497c52b1cb5d8d19c50
0 commit comments