| 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]);
|
| }
|
|
|
|
|