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

Unified Diff: pkg/front_end/testcases/reorder_super.dart.outline.expect

Issue 2993193002: When reordering constructor initializers, use correct types for temp vars. (Closed)
Patch Set: Created 3 years, 4 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/reorder_super.dart.outline.expect
diff --git a/pkg/front_end/testcases/reorder_super.dart.outline.expect b/pkg/front_end/testcases/reorder_super.dart.outline.expect
new file mode 100644
index 0000000000000000000000000000000000000000..947f8d25c606258a50f58c5b073e76a99645eb1a
--- /dev/null
+++ b/pkg/front_end/testcases/reorder_super.dart.outline.expect
@@ -0,0 +1,22 @@
+library;
+import self as self;
+import "dart:core" as core;
+
+class B extends core::Object {
+ field core::num x;
+ field core::String y;
+ constructor •(core::num x, core::String y) → void
+ ;
+}
+class C extends self::B {
+ final field dynamic z;
+ constructor •() → void
+ ;
+}
+static field core::String events;
+static method f(dynamic x) → core::int
+ ;
+static method g(dynamic x) → core::String
+ ;
+static method main() → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698