| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| index 32a9850368c3eafd72feab305d27cafd8dbd2a04..e8632f47d55cbc7b8391f5e8958ee89d7fe6b7f9 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -1030,7 +1030,6 @@ abstract class Compiler implements DiagnosticListener {
|
| if (message is TypeWarning) {
|
| // TODO(ahe): Don't supress these warning when the type checker
|
| // is more complete.
|
| - if (identical(message.message.kind, MessageKind.NOT_ASSIGNABLE)) return;
|
| if (identical(message.message.kind, MessageKind.MISSING_RETURN)) return;
|
| if (identical(message.message.kind, MessageKind.MAYBE_MISSING_RETURN)) {
|
| return;
|
|
|