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

Unified Diff: tests/language/regress_27957_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/regress_27957_test.dart
diff --git a/tests/language/regress_27957_test.dart b/tests/language/regress_27957_test.dart
index c9cb54362d0a7a742604ea85668b785b0559553c..3efa497e2ac3744584755922884db1ffed861eb4 100644
--- a/tests/language/regress_27957_test.dart
+++ b/tests/language/regress_27957_test.dart
@@ -7,6 +7,7 @@ import 'regress_27957_lib1.dart' as s1;
import 'regress_27957_lib2.dart' as s2;
class Mixin {}
+
class C1 = s1.Superclass with Mixin;
class C2 = s2.Superclass with Mixin;

Powered by Google App Engine
This is Rietveld 408576698