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

Unified Diff: tests/language_strong/super_abstract_method_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_strong/super_abstract_method_test.dart
diff --git a/tests/language_strong/super_abstract_method_test.dart b/tests/language_strong/super_abstract_method_test.dart
index b501b7f47c4c2adaba37d0f8a97fc3ff8482b4fa..19c877ab2242f827aba03ede1de526adc519f671 100644
--- a/tests/language_strong/super_abstract_method_test.dart
+++ b/tests/language_strong/super_abstract_method_test.dart
@@ -17,7 +17,8 @@ abstract class A extends Base {
class B extends A {
testSuperCall() => super.foo();
- foo() => 42; // required since if is removed, then a warning is introduced on 'B' above
+ foo() =>
+ 42; // required since if is removed, then a warning is introduced on 'B' above
}
main() {

Powered by Google App Engine
This is Rietveld 408576698