| Index: sdk/lib/_internal/lib/collection_dev_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/collection_dev_patch.dart b/sdk/lib/_internal/lib/collection_dev_patch.dart
|
| index f224f24aab6db81fdd02fe889ed215cbb223c6e5..9b7e4c4b79ca6bdb2f9ee1bd476d573936ef3afe 100644
|
| --- a/sdk/lib/_internal/lib/collection_dev_patch.dart
|
| +++ b/sdk/lib/_internal/lib/collection_dev_patch.dart
|
| @@ -6,3 +6,7 @@ patch class Symbol implements core.Symbol {
|
| patch const Symbol(String name)
|
| : this._name = name;
|
| }
|
| +
|
| +patch void internalPrint(Object object) {
|
| + Primitives.printString(object.toString());
|
| +}
|
|
|