OLD | NEW |
1 // Messages from compiling async_helper.dart | 1 // Messages from compiling async_helper.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: _buildExce
ption SimpleIdentifier (test/codegen/async_helper.dart, line 52, col 11) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: _buildExce
ption SimpleIdentifier (test/codegen/async_helper.dart, line 57, col 13) |
| 4 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/async_helper.dart, line 61, col 5) |
| 5 warning: [MissingTypeError] type analysis didn't compute the type of: _buildExce
ption SimpleIdentifier (test/codegen/async_helper.dart, line 72, col 13) |
| 6 warning: [MissingTypeError] type analysis didn't compute the type of: _buildExce
ption SimpleIdentifier (test/codegen/async_helper.dart, line 74, col 13) |
| 7 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/async_helper.dart, line 83, col 5) |
| 8 warning: [MissingTypeError] type analysis didn't compute the type of: asyncEnd S
impleIdentifier (test/codegen/async_helper.dart, line 99, col 25) |
| 9 warning: [MissingTypeError] type analysis didn't compute the type of: asyncStart
SimpleIdentifier (test/codegen/async_helper.dart, line 107, col 3) |
| 10 info: [DynamicInvoke] _buildException('asyncStart() was called even though we ar
e done ' 'with testing.') requires dynamic invoke (test/codegen/async_helper.dar
t, line 52, col 11) |
| 11 info: [DynamicInvoke] _buildException('asyncStart() was called before asyncTestI
nitialize()') requires dynamic invoke (test/codegen/async_helper.dart, line 57,
col 13) |
| 12 info: [DynamicInvoke] print('unittest-suite-wait-for-done') requires dynamic inv
oke (test/codegen/async_helper.dart, line 61, col 5) |
| 13 info: [DynamicInvoke] _buildException('asyncEnd() was called before asyncStart()
.') requires dynamic invoke (test/codegen/async_helper.dart, line 72, col 13) |
| 14 info: [DynamicInvoke] _buildException('asyncEnd() was called more often than ' '
asyncStart().') requires dynamic invoke (test/codegen/async_helper.dart, line 74
, col 13) |
| 15 info: [DynamicInvoke] print('unittest-suite-success') requires dynamic invoke (t
est/codegen/async_helper.dart, line 83, col 5) |
| 16 info: [DynamicInvoke] asyncEnd() requires dynamic invoke (test/codegen/async_hel
per.dart, line 99, col 25) |
| 17 info: [DynamicInvoke] asyncStart() requires dynamic invoke (test/codegen/async_h
elper.dart, line 107, col 3) |
2 info: [DynamicInvoke] f().then(asyncSuccess) requires dynamic invoke (test/codeg
en/async_helper.dart, line 108, col 3) | 18 info: [DynamicInvoke] f().then(asyncSuccess) requires dynamic invoke (test/codeg
en/async_helper.dart, line 108, col 3) |
OLD | NEW |