| Index: lib/compiler/implementation/scanner/listener.dart
|
| diff --git a/lib/compiler/implementation/scanner/listener.dart b/lib/compiler/implementation/scanner/listener.dart
|
| index 768bd5ff01e3e0b63ac697d5db553315a230b77a..e2704e16d9aeb10283fc9339ac55519983b51e36 100644
|
| --- a/lib/compiler/implementation/scanner/listener.dart
|
| +++ b/lib/compiler/implementation/scanner/listener.dart
|
| @@ -1207,7 +1207,7 @@ class NodeListener extends ElementListener {
|
| Token endToken) {
|
| NodeList entries = makeNodeList(count, beginToken, endToken, ',');
|
| NodeList typeArguments = popNode();
|
| - pushNode(new LiteralMap(typeArguments, entries));
|
| + pushNode(new LiteralMap(typeArguments, entries, constKeyword));
|
| }
|
|
|
| void endLiteralMapEntry(Token colon, Token endToken) {
|
|
|