| Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/resolution/members.dart (revision 15008)
|
| +++ sdk/lib/_internal/compiler/implementation/resolution/members.dart (working copy)
|
| @@ -2098,6 +2098,7 @@
|
| }
|
|
|
| visitLiteralList(LiteralList node) {
|
| + world.registerInstantiatedClass(compiler.listClass);
|
| NodeList arguments = node.typeArguments;
|
| if (arguments != null) {
|
| Link<Node> nodes = arguments.nodes;
|
|
|