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

Unified Diff: tests/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/corelib_strong/symbol_operator_test.dart ('k') | tests/html/js_typed_interop_type1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_typed_interop_default_arg_test.dart
diff --git a/tests/html/js_typed_interop_default_arg_test.dart b/tests/html/js_typed_interop_default_arg_test.dart
index 590f44139c3eb74dbe902b7bc639ec37a2fa29f2..b80b45cced6bb9049f18857482a4109f38ab45df 100644
--- a/tests/html/js_typed_interop_default_arg_test.dart
+++ b/tests/html/js_typed_interop_default_arg_test.dart
@@ -28,7 +28,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/corelib_strong/symbol_operator_test.dart ('k') | tests/html/js_typed_interop_type1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698