| Index: sdk/lib/io/io.dart
|
| diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
|
| index 9f98149cb19d15cfe0dc922d8e095ebc21b2c2c2..7ed48cca47416749409b6b78dbc44e68e2f8c9db 100644
|
| --- a/sdk/lib/io/io.dart
|
| +++ b/sdk/lib/io/io.dart
|
| @@ -197,14 +197,7 @@ library dart.io;
|
| import 'dart:async';
|
| import 'dart:_internal' hide Symbol;
|
| import 'dart:collection'
|
| - show
|
| - HashMap,
|
| - HashSet,
|
| - Queue,
|
| - ListQueue,
|
| - LinkedList,
|
| - LinkedListEntry,
|
| - UnmodifiableMapView;
|
| + show HashMap, HashSet, Queue, ListQueue, UnmodifiableMapView;
|
| import 'dart:convert';
|
| import 'dart:developer' hide log;
|
| import 'dart:isolate';
|
|
|