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

Unified Diff: pkg/front_end/test/fasta/rasta/super.dart

Issue 2710503002: Run Ctrl-t on weirdly formatted test. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/super_rasta_copy.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/rasta/super.dart
diff --git a/pkg/front_end/test/fasta/rasta/super.dart b/pkg/front_end/test/fasta/rasta/super.dart
index ce1f657aa7eb1b91f54dc5c50394017a7a90164c..3ad3f2a35117fda7cda321f9cbde99dcbb331344 100644
--- a/pkg/front_end/test/fasta/rasta/super.dart
+++ b/pkg/front_end/test/fasta/rasta/super.dart
@@ -31,8 +31,8 @@ class B extends A {
get b => null;
set c(x) {}
final d;
- set i(x) {}}
-
+ set i(x) {}
+}
class C extends B {
test() {
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/super_rasta_copy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698