Skip to content

Commit

Permalink
Fix beta build (#3479)
Browse files Browse the repository at this point in the history
Closes #3478
  • Loading branch information
kwalrath authored Aug 10, 2021
1 parent b588ae7 commit a8cb01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/misc/analyzer-results-beta.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a8cb01b

Please sign in to comment.