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

Side by Side Diff: pkg/front_end/testcases/inference/unresolved_super.dart.strong.expect

Issue 2965513002: Update expectations now that #30000 is fixed. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | pkg/front_end/testcases/strong.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 library test;
2 import self as self;
3 import "dart:core" as core;
4
5 class C extends core::Object {
6 constructor •() → void
7 : super core::Object::•()
8 ;
9 method test() → void {
10 dynamic v1 = super.foo(self::f<dynamic>());
11 dynamic v2 = super.bar;
12 dynamic v3 = super.[](0);
13 dynamic v4 = super.bar = self::f<dynamic>();
14 dynamic v5 = let final dynamic #t1 = 0 in let final dynamic #t2 = self::f<dy namic>() in let final dynamic #t3 = super.[]=(#t1, #t2) in #t2;
15 }
16 }
17 static method f<T extends core::Object>() → self::f::T
18 return null;
19 static method main() → dynamic {}
OLDNEW
« no previous file with comments | « no previous file | pkg/front_end/testcases/strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698