Chromium Code Reviews| Index: sdk/lib/core/print.dart |
| diff --git a/sdk/lib/core/print.dart b/sdk/lib/core/print.dart |
| index 9b6af2a0a56902e6bb4887c8d17facc07f867c60..42c7d1ca4aa411536b9812c61d39eab802dab1ec 100644 |
| --- a/sdk/lib/core/print.dart |
| +++ b/sdk/lib/core/print.dart |
| @@ -4,6 +4,7 @@ |
| part of dart.core; |
| +/// Prints a string representation of the object to the console. |
| void print(Object object) { |
| String line = "$object"; |
| if (printToZone == null) { |