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

Unified Diff: tests/language_strong/is_operator_clash_test.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/language_strong/is_operator_clash_test.dart
diff --git a/tests/language_strong/is_operator_clash_test.dart b/tests/language_strong/is_operator_clash_test.dart
index 4ce959e843243a180a0d4c5a996ea0a4351d4863..3cbe0952aecafb0d28066e6ef5104687b0e30da7 100644
--- a/tests/language_strong/is_operator_clash_test.dart
+++ b/tests/language_strong/is_operator_clash_test.dart
@@ -4,11 +4,9 @@
import "package:expect/expect.dart";
-class A {
-}
+class A {}
-class $B extends A {
-}
+class $B extends A {}
class C implements $B {
// Try to clash with dart2js's isCLASS field.

Powered by Google App Engine
This is Rietveld 408576698