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
Allow doc comments to use formal parameter initializer scope (#3494)
Allow doc comments to use the formal parameter initializer scope. In particular, a parameter of the form `this.name` is then in scope, as well as everything which was in scope before this change.
0 commit comments