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

Unified Diff: pkg/front_end/testcases/rasta/class_hierarchy.dart

Issue 2820323005: Run formatter on a few frontend and kernel files that hadn't been formatted. (Closed)
Patch Set: Run formatter on a few frontend and kernel files that hadn't been formatted. 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: pkg/front_end/testcases/rasta/class_hierarchy.dart
diff --git a/pkg/front_end/testcases/rasta/class_hierarchy.dart b/pkg/front_end/testcases/rasta/class_hierarchy.dart
index 81a22f0220a547b1d43f712bb8704d0a13d84660..8d181ce1855ae58ed0199841798bc826fca211c3 100644
--- a/pkg/front_end/testcases/rasta/class_hierarchy.dart
+++ b/pkg/front_end/testcases/rasta/class_hierarchy.dart
@@ -3,7 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
class A extends Missing {}
+
class B implements Missing {}
+
class C = Object with Missing;
class D {
« no previous file with comments | « pkg/front_end/testcases/rasta/bad_default_constructor.dart ('k') | pkg/front_end/testcases/rasta/duplicated_mixin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698