| Index: pkg/front_end/testcases/optional.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/optional.dart.strong.expect b/pkg/front_end/testcases/optional.dart.strong.expect
|
| index 92272170afb22fd03899a98b8eddeec111a9de95..42c41a8351871c934fe6de500f7b0d691df99f89 100644
|
| --- a/pkg/front_end/testcases/optional.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/optional.dart.strong.expect
|
| @@ -27,13 +27,13 @@ class TestListener extends self::Listener {
|
| default constructor •() → void
|
| : super self::Listener::•()
|
| ;
|
| - method event(core::String input, [core::int x = null, core::int y = null]) → void {}
|
| + method event(core::String input, [core::int x, core::int y]) → void {}
|
| }
|
| class ExtendedListener extends self::Listener {
|
| default constructor •() → void
|
| : super self::Listener::•()
|
| ;
|
| - method event(core::String input, [core::int x = null, core::int y = null, dynamic z = null]) → void {}
|
| + method event(core::String input, [core::int x, core::int y, dynamic z]) → void {}
|
| }
|
| class InvalidListener extends core::Object {
|
| default constructor •() → void
|
|
|