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

Side by Side Diff: pkg/front_end/testcases/expressions.dart.direct.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 static method foo({dynamic fisk = null}) → dynamic { 5 static method foo({dynamic fisk = null}) → dynamic {
6 core::print(fisk); 6 core::print(fisk);
7 } 7 }
8 static method caller(dynamic f) → dynamic { 8 static method caller(dynamic f) → dynamic {
9 f.call(); 9 f.call();
10 } 10 }
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 core::print(let final dynamic #t5 = core::int in let final dynamic #t6 = #t5.t oString() in #t5); 70 core::print(let final dynamic #t5 = core::int in let final dynamic #t6 = #t5.t oString() in #t5);
71 try { 71 try {
72 core::print(throw new core::NoSuchMethodError::•(null, #toString, <dynamic>[ ], <dynamic, dynamic>{}, null)); 72 core::print(throw new core::NoSuchMethodError::•(null, #toString, <dynamic>[ ], <dynamic, dynamic>{}, null));
73 throw "Shouldn't work"; 73 throw "Shouldn't work";
74 } 74 }
75 on core::NoSuchMethodError catch(final dynamic e) { 75 on core::NoSuchMethodError catch(final dynamic e) {
76 core::print("As expected: ${e}"); 76 core::print("As expected: ${e}");
77 } 77 }
78 core::print(core::int::parse("42")); 78 core::print(core::int::parse("42"));
79 } 79 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/expressions.dart.dartk.expect ('k') | pkg/front_end/testcases/expressions.dart.outline.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698