| Index: pkg/compiler/lib/src/dart_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/backend.dart b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| index 8498f2467ce1f0c730318316f175ce89f83d6ccf..18cfaae05209a5b10d7485ea851700be700fac60 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| @@ -49,6 +49,8 @@ class DartBackend extends Backend {
|
| final Set<ClassElement> _userImplementedPlatformClasses =
|
| new Set<ClassElement>();
|
|
|
| + bool get canHandleCompilationFailed => false;
|
| +
|
| /**
|
| * Tells whether it is safe to remove type declarations from variables,
|
| * functions parameters. It becomes not safe if:
|
|
|