Chromium Code Reviews| Index: lib/compiler/implementation/scanner/partial_parser.dart |
| =================================================================== |
| --- lib/compiler/implementation/scanner/partial_parser.dart (revision 10854) |
| +++ 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>{}; |
|
ahe
2012/08/16 19:52:49
Nice catch :-)
regis
2012/08/16 20:11:00
Thanks :-)
There were a few more...
|
| // } |
| BeginGroupToken begin = token.next; |
| token = (begin.endGroup !== null) ? begin.endGroup : token; |