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
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
This LSC removes redundant "const" dart keywords across google3.
Dart 2 made the "const" keyword optional inside a const context, and style requires that it be omitted. Redundant const usage will then be enforced by lint.
PiperOrigin-RevId: 250698027
0 commit comments