| Index: pkg/dev_compiler/tool/sdk_expected_errors.txt
|
| diff --git a/pkg/dev_compiler/tool/sdk_expected_errors.txt b/pkg/dev_compiler/tool/sdk_expected_errors.txt
|
| index befa245834be24b7005a19dc39ee5341b4dadc19..aa6bb7bbfb041c40672a9e1e965d442588794600 100644
|
| --- a/pkg/dev_compiler/tool/sdk_expected_errors.txt
|
| +++ b/pkg/dev_compiler/tool/sdk_expected_errors.txt
|
| @@ -1,3 +1,6 @@
|
| +[error] Undefined name 'type'. (dart:_runtime/operations.dart, line 473, col 24)
|
| +[error] Undefined name 'type'. (dart:_runtime/operations.dart, line 475, col 39)
|
| +[error] A value of type 'Future<Null>' can't be assigned to a variable of type '_Future'. (dart:async/future.dart, line 138, col 38)
|
| [error] Couldn't infer type parameter 'T'.
|
|
|
| Tried to infer '_ControllerEventSinkWrapper<dynamic>' for 'T' which doesn't work:
|
|
|