Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1291)

Unified Diff: sdk/lib/core/annotations.dart

Issue 3007853003: Remove @proxy from the specification. Deprecate the annotation. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/language/dartLangSpec.tex ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « docs/language/dartLangSpec.tex ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698