|
1 | 1 | Analyzing lib, test...
|
2 |
| - error • 'HoneyBadger.parent' ('() → Root') isn't a valid override of 'Animal.parent' ('() → Animal') at lib/animal_bad.dart:15:3 • invalid_override |
3 |
| - error • 'Cat.chase' ('(Mouse) → void') isn't a valid override of 'Animal.chase' ('(Animal) → void') at lib/animal_bad.dart:26:3 • invalid_override |
| 2 | + error • 'HoneyBadger.parent' ('Root Function()') isn't a valid override of 'Animal.parent' ('Animal Function()') at lib/animal_bad.dart:15:3 • invalid_override |
| 3 | + error • 'Cat.chase' ('void Function(Mouse)') isn't a valid override of 'Animal.chase' ('void Function(Animal)') at lib/animal_bad.dart:26:3 • invalid_override |
4 | 4 | error • A value of type 'List' can't be assigned to a variable of type 'List<Cat>' at lib/animal_bad.dart:49:19 • invalid_assignment
|
5 | 5 | error • The method 'add' isn't defined for the class 'Iterable' at lib/bounded/instantiate_to_bound.dart:7:5 • undefined_method
|
6 | 6 | error • A value of type 'Element' can't be assigned to a variable of type 'CanvasElement' at lib/common_fixes_analysis.dart:21:28 • invalid_assignment
|
7 | 7 | error • A value of type 'int' can't be assigned to a variable of type 'bool' at lib/common_problems_analysis.dart:14:14 • invalid_assignment
|
8 | 8 | error • The getter 'context2D' isn't defined for the class 'Element' at lib/common_problems_analysis.dart:23:12 • undefined_getter
|
9 | 9 | error • A value of type 'double' can't be assigned to a variable of type 'int' at lib/common_problems_analysis.dart:38:16 • invalid_assignment
|
10 | 10 | error • A value of type 'List<int>' can't be assigned to a variable of type 'List<String>' at lib/common_problems_analysis.dart:46:27 • invalid_assignment
|
11 |
| - error • 'MyAdder.add' ('(int, int) → int') isn't a valid override of 'NumberAdder.add' ('(num, num) → num') at lib/common_problems_analysis.dart:61:3 • invalid_override |
12 |
| - error • 'Subclass.method' ('(int) → void') isn't a valid override of 'Superclass.method' ('(dynamic) → void') at lib/common_problems_analysis.dart:74:3 • invalid_override |
| 11 | + error • 'MyAdder.add' ('int Function(int, int)') isn't a valid override of 'NumberAdder.add' ('num Function(num, num)') at lib/common_problems_analysis.dart:61:3 • invalid_override |
| 12 | + error • 'Subclass.method' ('void Function(int)') isn't a valid override of 'Superclass.method' ('void Function(dynamic)') at lib/common_problems_analysis.dart:74:3 • invalid_override |
13 | 13 | error • super call must be last in an initializer list (see https://goo.gl/EY6hDP): 'super(food)' at lib/common_problems_analysis.dart:92:9 • strong_mode_invalid_super_invocation
|
14 |
| - error • A value of type '(String) → bool' can't be assigned to a variable of type '(dynamic) → bool' at lib/common_problems_analysis.dart:102:17 • invalid_assignment |
15 |
| - error • The function expression type '(String) → bool' isn't of type '(dynamic) → bool'. This means its parameter or return type does not match what is expected. Consider changing parameter type(s) or the returned type(s) at lib/common_problems_analysis.dart:102:17 • strong_mode_invalid_cast_function_expr |
| 14 | + error • A value of type 'bool Function(String)' can't be assigned to a variable of type 'bool Function(dynamic)' at lib/common_problems_analysis.dart:102:17 • invalid_assignment |
| 15 | + error • The function expression type 'bool Function(String)' isn't of type 'bool Function(dynamic)'. This means its parameter or return type does not match what is expected. Consider changing parameter type(s) or the returned type(s) at lib/common_problems_analysis.dart:102:17 • strong_mode_invalid_cast_function_expr |
16 | 16 | error • The argument type 'List' can't be assigned to the parameter type 'List<int>' at lib/strong_analysis.dart:27:17 • argument_type_not_assignable
|
17 | 17 | error • The argument type 'int' can't be assigned to the parameter type 'String' at lib/strong_analysis.dart:38:15 • argument_type_not_assignable
|
18 | 18 | error • The argument type 'int' can't be assigned to the parameter type 'String' at lib/strong_analysis.dart:54:15 • argument_type_not_assignable
|
|
0 commit comments