| Index: compiler/javatests/com/google/dart/compiler/parser/ClassesInterfaces.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/ClassesInterfaces.dart b/compiler/javatests/com/google/dart/compiler/parser/ClassesInterfaces.dart
|
| index 9fbdcec6bb50c1f24c61d1f1477df15345e3ff3f..ca90d398609d6eef189f0bcb508b87f521bd7800 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/ClassesInterfaces.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/ClassesInterfaces.dart
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| @@ -56,7 +56,6 @@ class Baz extends Kuk implements A, B, C {
|
| }
|
| try { } catch (var e) { }
|
| L0: while (false) try { } catch (int e) { } finally { break L0; }
|
| - L1: if (false) { continue L1; }
|
| int kongy(x,y) { return 42; } // This is a comment.
|
|
|
| 42 is Baz;
|
|
|