diff --git a/examples/misc/analyzer-results-beta.txt b/examples/misc/analyzer-results-beta.txt index 01a1e45cdf..f2babef166 100644 --- a/examples/misc/analyzer-results-beta.txt +++ b/examples/misc/analyzer-results-beta.txt @@ -1,7 +1,7 @@ Analyzing misc... error - bin/cheatsheet/nullable.dart:7:13 - A value of type 'Null' can't be assigned to a variable of type 'int'. Try changing the type of the variable, or casting the right-hand type to 'int'. - invalid_assignment - info - lib/effective_dart/usage_good.dart:481:9 - Use initializing formals when possible. - prefer_initializing_formals error - lib/library_tour/core/collections.dart:5:14 - The argument type 'int' can't be assigned to the parameter type 'String'. - argument_type_not_assignable + info - lib/effective_dart/usage_good.dart:481:9 - Use initializing formals when possible. - prefer_initializing_formals 3 issues found.