| Index: compiler/javatests/com/google/dart/compiler/parser/ClassesInterfaces.dart
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/parser/ClassesInterfaces.dart (revision 11229)
|
| +++ compiler/javatests/com/google/dart/compiler/parser/ClassesInterfaces.dart (working copy)
|
| @@ -54,8 +54,8 @@
|
| case 45:
|
| break;
|
| }
|
| - try { } catch (var e) { }
|
| - L0: while (false) try { } catch (int e) { } finally { break L0; }
|
| + try { } catch (e) { }
|
| + L0: while (false) try { } catch (e) { } finally { break L0; }
|
| int kongy(x,y) { return 42; } // This is a comment.
|
|
|
| 42 is Baz;
|
|
|