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

Side by Side Diff: pkg/front_end/testcases/super_rasta_copy.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 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 } 239 }
240 static method main() → dynamic { 240 static method main() → dynamic {
241 try { 241 try {
242 new self::C::•().test(); 242 new self::C::•().test();
243 } 243 }
244 on core::NoSuchMethodError catch(no-exception-var) { 244 on core::NoSuchMethodError catch(no-exception-var) {
245 return; 245 return;
246 } 246 }
247 throw "Test failed"; 247 throw "Test failed";
248 } 248 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/super_rasta_copy.dart ('k') | pkg/front_end/testcases/super_rasta_copy.dart.outline.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698