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
5.1.1 When a variable declaration has a type annotation, it is an error for that type annotation to use the typeof operator to reference the variable being declared.
We haven't implemented this check though, should be in a test for #1898.
The text was updated successfully, but these errors were encountered:
Per the newest spec in #1878:
5.1.1
When a variable declaration has a type annotation, it is an error for that type annotation to use the typeof operator to reference the variable being declared.
We haven't implemented this check though, should be in a test for #1898.
The text was updated successfully, but these errors were encountered: