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

Unified Diff: pkg/front_end/testcases/optional.dart.strong.expect

Issue 2981873002: Revert unrelated expectation changes. (Closed)
Patch Set: Update tests/compiler/dart2js/kernel/visitor_test.dart Created 3 years, 5 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: 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

Powered by Google App Engine
This is Rietveld 408576698