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

Unified Diff: test/generated_sdk/lib/isolate/isolate.dart

Issue 1104753002: patch_sdk: fix part/import order (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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
Index: test/generated_sdk/lib/isolate/isolate.dart
diff --git a/test/generated_sdk/lib/isolate/isolate.dart b/test/generated_sdk/lib/isolate/isolate.dart
index 74b5979243e3f4f64115e28838943d50b8ebd93f..bb597f8c2866919222265ca43c039f2779873b7b 100644
--- a/test/generated_sdk/lib/isolate/isolate.dart
+++ b/test/generated_sdk/lib/isolate/isolate.dart
@@ -11,8 +11,6 @@
library dart.isolate;
import "dart:async";
-
-part "capability.dart";
import 'dart:_js_helper' show patch;
import 'dart:_isolate_helper' show CapabilityImpl,
CloseToken,
@@ -21,6 +19,8 @@ import 'dart:_isolate_helper' show CapabilityImpl,
ReceivePortImpl,
RawReceivePortImpl;
+part "capability.dart";
+
/**
* Thrown when an isolate cannot be created.
*/

Powered by Google App Engine
This is Rietveld 408576698