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

Side by Side Diff: pkg/front_end/testcases/rasta/unresolved_for_in.dart.dartk.expect

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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 Fisk extends core::Object { 5 class Fisk extends core::Object {
6 constructor •() → self::Fisk 6 constructor •() → self::Fisk
7 : super core::Object::•(); 7 : super core::Object::•();
8 method it1(dynamic x) → dynamic { 8 method it1(dynamic x) → dynamic {
9 for (final dynamic #t1 in x) { 9 for (final dynamic #t1 in x) {
10 this.key = #t1; 10 this.key = #t1;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 } 44 }
45 for (final dynamic #t16 in arguments) { 45 for (final dynamic #t16 in arguments) {
46 let final dynamic #t17 = #t16 in invalid-expression; 46 let final dynamic #t17 = #t16 in invalid-expression;
47 core::print(() → void); 47 core::print(() → void);
48 } 48 }
49 for (final dynamic #t18 in arguments) { 49 for (final dynamic #t18 in arguments) {
50 let final dynamic #t19 = #t18 in invalid-expression; 50 let final dynamic #t19 = #t18 in invalid-expression;
51 core::print(throw core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynam ic, dynamic>{}, null)); 51 core::print(throw core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynam ic, dynamic>{}, null));
52 } 52 }
53 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698