| Index: lib/compiler/implementation/tree/unparser.dart
|
| diff --git a/lib/compiler/implementation/tree/unparser.dart b/lib/compiler/implementation/tree/unparser.dart
|
| index e0a8df8fa79029ce40a35610db208f889a09dd57..8eda6371f0e8af805c210d71917a21d30d29440d 100644
|
| --- a/lib/compiler/implementation/tree/unparser.dart
|
| +++ b/lib/compiler/implementation/tree/unparser.dart
|
| @@ -567,6 +567,10 @@ class Unparser implements Visitor {
|
| throw 'internal error'; // Should not be called.
|
| }
|
|
|
| + visitLibraryDependency(Node node) {
|
| + throw 'internal error'; // Should not be called.
|
| + }
|
| +
|
| visitLiteral(Literal node) {
|
| throw 'internal error'; // Should not be called.
|
| }
|
|
|