| Index: lib/compiler/implementation/scanner/partial_parser.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/scanner/partial_parser.dart (revision 10860)
|
| +++ lib/compiler/implementation/scanner/partial_parser.dart (working copy)
|
| @@ -41,7 +41,7 @@
|
| // Handle cases like this:
|
| // class Foo {
|
| // var map;
|
| - // Foo() : map = <Foo>{};
|
| + // Foo() : map = <String, Foo>{};
|
| // }
|
| BeginGroupToken begin = token.next;
|
| token = (begin.endGroup !== null) ? begin.endGroup : token;
|
|
|