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

Unified Diff: tests/lib_strong/html/js_typed_interop_default_arg_test.dart

Issue 2770063002: Revert "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
« no previous file with comments | « tests/lib_strong/convert/base64_test.dart ('k') | tests/lib_strong/mirrors/abstract_class_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/html/js_typed_interop_default_arg_test.dart
diff --git a/tests/lib_strong/html/js_typed_interop_default_arg_test.dart b/tests/lib_strong/html/js_typed_interop_default_arg_test.dart
index 5d47a506c7f38105f3cb8b74a562e956b28c4f78..3a9a2c2482ca2d5861e7fc8bfe2cd5e86b526f99 100644
--- a/tests/lib_strong/html/js_typed_interop_default_arg_test.dart
+++ b/tests/lib_strong/html/js_typed_interop_default_arg_test.dart
@@ -26,7 +26,7 @@ class Foo {
// Note: it's invalid to provide a default value.
external static num get42([num b
= 3 // //# default_value: compile-time error
- ]);
+ ]);
external static num get43([num b]);
}
« no previous file with comments | « tests/lib_strong/convert/base64_test.dart ('k') | tests/lib_strong/mirrors/abstract_class_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698