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

Unified Diff: test/parts/bar.dart

Issue 1018643002: change to source-order crawling of directives instead of alphabetical (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: switch to bug fix instead of breaking change, and use definingCompilationUnit Created 5 years, 9 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 | « test/initializer_test.dart ('k') | test/parts/foo.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/parts/bar.dart
diff --git a/test/foo.dart b/test/parts/bar.dart
similarity index 71%
copy from test/foo.dart
copy to test/parts/bar.dart
index a62e12f986c5332b0efc2cf66341405698aebac1..4aa5f5c86485f8e41737de9b68796755b081aa52 100644
--- a/test/foo.dart
+++ b/test/parts/bar.dart
@@ -1,16 +1,16 @@
// Copyright (c) 2015, 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.
-@initializeTracker
-library initialize.test.foo;
+part of initialize.initializer_parts_test;
-import 'package:initialize/src/initialize_tracker.dart';
+@initializeTracker
+class Bar2 {}
@initializeTracker
-class Foo {}
+class Bar {}
@initializeTracker
-fooBar() {}
+bar2() {}
@initializeTracker
-foo() {}
+bar() {}
« no previous file with comments | « test/initializer_test.dart ('k') | test/parts/foo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698