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

Unified Diff: corelib/unified/core/implementation/expando.dart

Issue 10831125: Revert 'Port the remaining of dart:core to the unified corelib.' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « corelib/unified/core/expando.dart ('k') | corelib/unified/core/implementation/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/unified/core/implementation/expando.dart
diff --git a/corelib/unified/core/implementation/expando.dart b/corelib/unified/core/implementation/expando.dart
deleted file mode 100644
index bea086c30971b728f58df3f0b5e3ecb5e30bce90..0000000000000000000000000000000000000000
--- a/corelib/unified/core/implementation/expando.dart
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// 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.
-
-class ExpandoImplementation<T> implements Expando<T> {
- final String name;
-
- const ExpandoImplementation([this.name]);
-
- external T operator[](Object object);
- external void operator[]=(Object object, T value);
- external String toString();
-}
« no previous file with comments | « corelib/unified/core/expando.dart ('k') | corelib/unified/core/implementation/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698