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

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

Issue 2996063002: Implement type arguments in redirecting factories.
Patch Set: Address Johnni's comments. Created 3 years, 3 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 static field dynamic _redirecting# = <dynamic>[self::C::good];
7 const constructor constant() → void 7 const constructor constant() → void
8 ; 8 ;
9 constructor missingFactoryKeyword() → void 9 constructor missingFactoryKeyword() → void
10 ; 10 ;
11 static factory good() → self::C 11 static factory good() → self::C
12 let dynamic #redirecting_factory = self::C::constant in invalid-expression; 12 let self::C #redirecting_factory = self::C::constant in invalid-expression;
13 method notEvenAConstructor(dynamic a) → self::C 13 method notEvenAConstructor(dynamic a) → self::C
14 ; 14 ;
15 } 15 }
16 static method b(dynamic c) → invalid-type 16 static method b(dynamic c) → invalid-type
17 ; 17 ;
18 static method main() → dynamic 18 static method main() → dynamic
19 ; 19 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698