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
In a follow-up CL, I will add logic to report this warning if
reference is made to an element annotated with `@experimental`.
In order to do that without causing trybot failures, I will need a
preparatory CL that add some analysis_options directives to ignore the
new warning in places where it's expected.
But the analyzer contains logic to warn if an unknown diargnostic code
is referenced from an analysis_options file. So to avoid that
preparatory CL causing trybot failures, I need to first add the
warning code itself, which is what this CL does.
Change-Id: I6a6a69642c1487bf765b49f0e73c6e8468615fcc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/451341
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Paul Berry <[email protected]>
Reviewed-by: Brian Wilkerson <[email protected]>
0 commit comments