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

Unified Diff: tests/language_strong/implicit_this_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 years, 9 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/implicit_this_test.dart
diff --git a/tests/language_strong/implicit_this_test.dart b/tests/language_strong/implicit_this_test.dart
index 51c2583f538202a857db8bac21fa4a3839f34f92..f38598cf4a6793ba9a97b321898a1d0310e375e1 100644
--- a/tests/language_strong/implicit_this_test.dart
+++ b/tests/language_strong/implicit_this_test.dart
@@ -19,7 +19,7 @@ class SubAbstract1 extends Abstract { } //# 01: static type warning
// This class is implicitly abstract as it declares an abstract getter
// method.
class SubAbstract2 extends Abstract {
- get x; // Abstract.
+ get x; // Abstract.
}
// This class does not implement "x" either, but it is not marked

Powered by Google App Engine
This is Rietveld 408576698