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

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

Issue 2981783002: Set 'isSyntheticDefault' for default constructors. (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
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 Operators extends core::Object { 5 class Operators extends core::Object {
6 constructor •() → void 6 default constructor •() → void
7 ; 7 ;
8 operator +(dynamic other) → dynamic 8 operator +(dynamic other) → dynamic
9 ; 9 ;
10 operator &(dynamic other) → dynamic 10 operator &(dynamic other) → dynamic
11 ; 11 ;
12 operator ~() → dynamic 12 operator ~() → dynamic
13 ; 13 ;
14 operator |(dynamic other) → dynamic 14 operator |(dynamic other) → dynamic
15 ; 15 ;
16 operator ^(dynamic other) → dynamic 16 operator ^(dynamic other) → dynamic
(...skipping 24 matching lines...) Expand all
41 ; 41 ;
42 operator -(dynamic other) → dynamic 42 operator -(dynamic other) → dynamic
43 ; 43 ;
44 operator ~/(dynamic other) → dynamic 44 operator ~/(dynamic other) → dynamic
45 ; 45 ;
46 operator unary-() → dynamic 46 operator unary-() → dynamic
47 ; 47 ;
48 } 48 }
49 static method main(dynamic arguments) → dynamic 49 static method main(dynamic arguments) → dynamic
50 ; 50 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698