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
feature #60103 [Console] Mark AsCommand attribute as @final (Somrlik, GromNaN)
This PR was merged into the 7.3 branch.
Discussion
----------
[Console] Mark `AsCommand` attribute as ``@final``
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | yes
| License | MIT
`AsCommand` attribute doesn't work as expected when extended and probably should be declared as final.
In order to not break BC and trigger a deprecation warning, I marked the attribute as ``@final`` as per suggestions in previous PR.
Superseeds #60066 as I closed it accidentally, sorry for confusion 😕
Commits
-------
1db80a5 [Console] Mark `AsCommand` attribute as ``@final``
0 commit comments