-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does [Exposed] mean on [LegacyNoInterfaceObject] interfaces? #919
Comments
The way I see |
Makes sense, but then does |
I strongly suspect it appearing alone to be an error. I thought we required Exposed. If we don't, we should. |
We don't, #423 somehow allowed omitting it. |
Currently the spec allows
[Exposed]
and[LegacyNoInterfaceObject]
coexist with Example 74, while[Exposed]
is optional in such case.What does it mean to have both, though?
The text was updated successfully, but these errors were encountered: