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

Unified Diff: tests/language/mixin_regress_13688_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/mixin_regress_13688_test.dart
diff --git a/tests/language/mixin_regress_13688_test.dart b/tests/language/mixin_regress_13688_test.dart
index d003741cdf10955e07a12bba90d42bc5559be762..7d0d44cd5f40fe9d91efe673b50c5a9806d97811 100644
--- a/tests/language/mixin_regress_13688_test.dart
+++ b/tests/language/mixin_regress_13688_test.dart
@@ -10,9 +10,10 @@ class ComparableMixin<E> {
}
}
-class KUID extends Object with ComparableMixin<KUID> { }
+class KUID extends Object with ComparableMixin<KUID> {}
-@NoInline() @AssumeDynamic()
+@NoInline()
+@AssumeDynamic()
dyn(x) => x;
main() {

Powered by Google App Engine
This is Rietveld 408576698