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

Side by Side Diff: pkg/front_end/testcases/rasta/super.dart.strong.expect

Issue 2999033002: Mark top-level error field as static. (Closed)
Patch Set: Remove unused import. 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 A extends core::Object { 5 class A extends core::Object {
6 field dynamic a = null; 6 field dynamic a = null;
7 field dynamic b = null; 7 field dynamic b = null;
8 field dynamic c = null; 8 field dynamic c = null;
9 field dynamic d = null; 9 field dynamic d = null;
10 final field dynamic f = null; 10 final field dynamic f = null;
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 super.{self::B::i} = super.{self::A::i}.-(42); 246 super.{self::B::i} = super.{self::A::i}.-(42);
247 self::use(super.{self::B::i} = super.{self::A::i}.-(42)); 247 self::use(super.{self::B::i} = super.{self::A::i}.-(42));
248 let final dynamic #t58 = 87 in super.{self::A::[]=}(#t58, super.{self::A::[] }(#t58).-(42)); 248 let final dynamic #t58 = 87 in super.{self::A::[]=}(#t58, super.{self::A::[] }(#t58).-(42));
249 self::use(let final dynamic #t59 = 87 in let final dynamic #t60 = super.{sel f::A::[]}(#t59).-(42) in let final dynamic #t61 = super.{self::A::[]=}(#t59, #t6 0) in #t60); 249 self::use(let final dynamic #t59 = 87 in let final dynamic #t60 = super.{sel f::A::[]}(#t59).-(42) in let final dynamic #t61 = super.{self::A::[]=}(#t59, #t6 0) in #t60);
250 super.m = super.{self::A::m}.-(42); 250 super.m = super.{self::A::m}.-(42);
251 self::use(super.m = super.{self::A::m}.-(42)); 251 self::use(super.m = super.{self::A::m}.-(42));
252 super.{self::A::n} = super.{self::A::n}.-(42); 252 super.{self::A::n} = super.{self::A::n}.-(42);
253 self::use(super.{self::A::n} = super.{self::A::n}.-(42)); 253 self::use(super.{self::A::n} = super.{self::A::n}.-(42));
254 } 254 }
255 } 255 }
256 const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/rasta/sup er.dart:43:5: Error: '+' is not a prefix operator. \n +super;\n ^", "pkg/f ront_end/testcases/rasta/super.dart:44:9: Error: '+' is not a prefix operator. \ n use(+super);\n ^"]/* from null */; 256 static const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/ra sta/super.dart:43:5: Error: '+' is not a prefix operator. \n +super;\n ^", "pkg/front_end/testcases/rasta/super.dart:44:9: Error: '+' is not a prefix oper ator. \n use(+super);\n ^"]/* from null */;
257 static method use(dynamic x) → dynamic { 257 static method use(dynamic x) → dynamic {
258 if(x.==(new core::DateTime::now().{core::DateTime::millisecondsSinceEpoch})) 258 if(x.==(new core::DateTime::now().{core::DateTime::millisecondsSinceEpoch}))
259 throw "Shouldn't happen"; 259 throw "Shouldn't happen";
260 } 260 }
261 static method main() → dynamic { 261 static method main() → dynamic {
262 new self::C::•().{self::C::test}(); 262 new self::C::•().{self::C::test}();
263 } 263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698