| Index: pkg/dev_compiler/test/codegen/node_modules.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/node_modules.dart b/pkg/dev_compiler/test/codegen/node_modules.dart
|
| index 74fdaf10f6b64f21d1a12c0fc3ebbd616b2c2461..dad86135b0772f36107a225aa6e69f96a12ea869 100644
|
| --- a/pkg/dev_compiler/test/codegen/node_modules.dart
|
| +++ b/pkg/dev_compiler/test/codegen/node_modules.dart
|
| @@ -6,8 +6,11 @@ import 'dart:js';
|
| typedef void Callback({int i});
|
|
|
| class A {}
|
| +
|
| class _A {}
|
| +
|
| class B<T> {}
|
| +
|
| class _B<T> {}
|
|
|
| f() {}
|
|
|