| Index: lib/compiler/implementation/typechecker.dart
|
| diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
|
| index 8d1f39921c4e6d91cab5c851389455741352a299..b7138b6bdbd0ff63ef8d5775e25583bf5af6c6cc 100644
|
| --- a/lib/compiler/implementation/typechecker.dart
|
| +++ b/lib/compiler/implementation/typechecker.dart
|
| @@ -989,4 +989,8 @@ class TypeCheckerVisitor implements Visitor<DartType> {
|
| DartType visitStringNode(StringNode node) {
|
| compiler.unimplemented('visitNode', node: node);
|
| }
|
| +
|
| + DartType visitLibraryDependency(LibraryDependency node) {
|
| + compiler.unimplemented('visitNode', node: node);
|
| + }
|
| }
|
|
|