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

Unified Diff: tests/language/proxy4_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/proxy4_test.dart
diff --git a/tests/language/proxy4_test.dart b/tests/language/proxy4_test.dart
index a7d44b5d6bbd470651f812fcead7605ec4ea412d..fe4948b765d3eefc2b29045cd1bb1100d4056131 100644
--- a/tests/language/proxy4_test.dart
+++ b/tests/language/proxy4_test.dart
@@ -9,10 +9,12 @@ class Mock {
noSuchMethod(i) => 42;
}
-abstract class Foo { int foo(); }
+abstract class Foo {
+ int foo();
+}
class DontWarnMe extends Mock implements Foo {}
main() {
print(new DontWarnMe().foo());
-}
+}

Powered by Google App Engine
This is Rietveld 408576698