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

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

Issue 2921623002: Update expectations files. (Closed)
Patch Set: Update expectations files. Created 3 years, 6 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 4
5 class C extends core::Object { 5 class C extends core::Object {
6 static field dynamic _redirecting# = <dynamic>[self::C::good];
6 const constructor constant() → void 7 const constructor constant() → void
7 ; 8 ;
8 constructor missingFactoryKeyword() → void 9 constructor missingFactoryKeyword() → void
9 ; 10 ;
10 static factory good() → self::C 11 static factory good() → self::C
11 ; 12 let final dynamic #t1 = self::C::constant in invalid-expression;
12 method notEvenAConstructor(dynamic a) → self::C 13 method notEvenAConstructor(dynamic a) → self::C
13 ; 14 ;
14 } 15 }
15 static method b() → dynamic 16 static method b(dynamic c) → invalid-type
16 ; 17 ;
17 static method main() → dynamic 18 static method main() → dynamic
18 ; 19 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698