| Index: lib/compiler/implementation/resolver.dart
|
| diff --git a/lib/compiler/implementation/resolver.dart b/lib/compiler/implementation/resolver.dart
|
| index cb1101d32fde09421d49ed921f7ce03fe1354f72..df8a4a591b68358ad2a2e4a250e9f1f69b16d53c 100644
|
| --- a/lib/compiler/implementation/resolver.dart
|
| +++ b/lib/compiler/implementation/resolver.dart
|
| @@ -716,7 +716,7 @@ class CommonResolverVisitor<R> extends AbstractVisitor<R> {
|
| }
|
|
|
| interface LabelScope {
|
| - LabelScope get outer();
|
| + LabelScope get outer;
|
| LabelElement lookup(String label);
|
| }
|
|
|
|
|