From a8cb01b8bce111d5df00f874564b47341063a4d4 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Tue, 10 Aug 2021 10:14:18 -0700 Subject: [PATCH] Fix beta build (#3479) Closes #3478 --- examples/misc/analyzer-results-beta.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.