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
Stop depending on analyzer support for Dart <2.12. (#3623)
It doesn't matter which Dart language version is used by the test
`gives a correct languageVersion based on comments`, since all the
test is doing is confirming that the language version is properly
reflected in the return value of `resolver.libraryFor`. Previously the
test used language version 2.1; it now uses language version 3.1.
This helps unblock removal of legacy (pre-null-safety) support from
the Dart analyzer.
0 commit comments