| Index: dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart b/dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| index b5340b266c55b8a8b725529c7256e088b610d5d6..ea458d78956485fd751152c3c95dbc8741f1b6f7 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| @@ -196,6 +196,7 @@ usedByTests() {
|
| compiler.importHelperLibrary(null);
|
| typeGraphInferrer.getCallersOf(null);
|
| dart_types.Types.sorted(null);
|
| + new dart_types.Types(compiler, null).copy(compiler);
|
| new universe.TypedSelector.subclass(null, null);
|
| new universe.TypedSelector.subtype(null, null);
|
| new universe.TypedSelector.exact(null, null);
|
|
|