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
The tests are generally checking that return; is not allowed unless the return type/future value type is void, dynamic or Null, and not, for example FutureOr<void>.
The text was updated successfully, but these errors were encountered:
There are new test failures on Migrate void tests to Null Safety..
The tests
are failing on configurations
The tests are generally checking that
return;
is not allowed unless the return type/future value type isvoid
,dynamic
orNull
, and not, for exampleFutureOr<void>
.The text was updated successfully, but these errors were encountered: