Index: sdk/lib/core/print.dart |
diff --git a/sdk/lib/core/print.dart b/sdk/lib/core/print.dart |
index 1c25a140ff43cb8b2832d065efdc137a58c37c05..17ef81707af8bf2a0ba8e923ccda447acbb4e0ff 100644 |
--- a/sdk/lib/core/print.dart |
+++ b/sdk/lib/core/print.dart |
@@ -2,4 +2,6 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+part of dart.core; |
+ |
external void print(Object object); |