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

Side by Side Diff: pkg/front_end/testcases/rasta/super_mixin.dart.outline.expect

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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
1 library; 1 library;
2 import self as self; 2 import self as self;
3 import "dart:core" as core; 3 import "dart:core" as core;
4 import "./mixin_library.dart" as mix; 4 import "./mixin_library.dart" as mix;
5 5
6 class Super<S extends core::Object> extends core::Object { 6 class Super<S extends core::Object> extends core::Object {
7 constructor •() → void 7 constructor •() → void
8 ; 8 ;
9 method foo() → dynamic 9 method foo() → dynamic
10 ; 10 ;
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 ; 102 ;
103 method h() → dynamic 103 method h() → dynamic
104 ; 104 ;
105 method g(self::Super+Mixin#3::T a) → self::Super+Mixin#3::T 105 method g(self::Super+Mixin#3::T a) → self::Super+Mixin#3::T
106 ; 106 ;
107 method foo() → dynamic 107 method foo() → dynamic
108 ; 108 ;
109 } 109 }
110 static method main() → dynamic 110 static method main() → dynamic
111 ; 111 ;
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/super_mixin.dart.direct.expect ('k') | pkg/front_end/testcases/rasta/super_operator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698