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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 library;
2 import self as self;
3 import "dart:core" as core;
4
5 class B extends core::Object {
6 field core::num x;
7 field core::String y;
8 constructor •(core::num x, core::String y) → void
9 ;
10 }
11 class C extends self::B {
12 final field dynamic z;
13 constructor •() → void
14 ;
15 }
16 static field core::String events;
17 static method f(dynamic x) → core::int
18 ;
19 static method g(dynamic x) → core::String
20 ;
21 static method main() → dynamic
22 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698