Index: sdk/lib/core/annotations.dart |
diff --git a/sdk/lib/core/annotations.dart b/sdk/lib/core/annotations.dart |
index 77211ab72f8911d7bbdd684291fab55951dfe376..72afccea5870d5dd3b53fab884bc262adad0a03b 100644 |
--- a/sdk/lib/core/annotations.dart |
+++ b/sdk/lib/core/annotations.dart |
@@ -150,4 +150,5 @@ class _Proxy { |
* are known at compile time, a class can be written that implements these |
* types. |
*/ |
+@deprecated |
const Object proxy = const _Proxy(); |