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

Unified Diff: tests/language/private_access_lib.dart

Issue 1062913003: Extract CallStructure from Selector. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix expentancy in unittest Created 5 years, 8 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 | « tests/language/language_dart2js.status ('k') | tests/language/private_access_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/private_access_lib.dart
diff --git a/runtime/observatory/lib/cli.dart b/tests/language/private_access_lib.dart
similarity index 71%
copy from runtime/observatory/lib/cli.dart
copy to tests/language/private_access_lib.dart
index 607c58a919685c7fca635c1bf5acb02543720582..e9af62079d42b01f3f0ca4a9e4a055426a6ad53a 100644
--- a/runtime/observatory/lib/cli.dart
+++ b/tests/language/private_access_lib.dart
@@ -2,8 +2,12 @@
// 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.
-library cli;
+library private;
-import 'dart:async';
+_function() {}
-part 'src/cli/command.dart';
+class _Class {}
+
+class Class {
+ Class._constructor();
+}
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/language/private_access_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698