OLD | NEW |
1 // Messages from compiling covariance.dart | 1 // Messages from compiling covariance.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/covariance.dart, line 19, col 5) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple
Identifier (test/codegen/covariance.dart, line 20, col 11) |
| 4 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple
Identifier (test/codegen/covariance.dart, line 26, col 7) |
| 5 info: [DynamicInvoke] print('Bar.add got $x') requires dynamic invoke (test/code
gen/covariance.dart, line 19, col 5) |
| 6 info: [DynamicInvoke] super.add(x) requires dynamic invoke (test/codegen/covaria
nce.dart, line 20, col 5) |
| 7 info: [DynamicInvoke] foo.add('hi') requires dynamic invoke (test/codegen/covari
ance.dart, line 26, col 3) |
OLD | NEW |