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

Unified Diff: tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 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: tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
diff --git a/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart b/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
index c75ec0fc230ed5f3fc8d34a0e80f4d8f5a803b35..feec6bbf89d57fd7a376f9b927ac4baceb83cbb9 100644
--- a/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
+++ b/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
@@ -12,6 +12,6 @@ import 'dart:_js_helper';
// Native impl has same name as abstract class.
@Native("I")
class Impl implements I {
- Impl read() native ;
- write(Impl x) native ;
+ Impl read() native;
+ write(Impl x) native;
}

Powered by Google App Engine
This is Rietveld 408576698