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

Side by Side Diff: pkg/front_end/testcases/fallthrough.dart.strong.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 main(core::List<core::String> args) → void { 5 static method main(core::List<core::String> args) → void {
6 core::int x = args.{core::List::length}; 6 core::int x = args.{core::List::length};
7 #L1: 7 #L1:
8 switch(x) { 8 switch(x) {
9 #L2: 9 #L2:
10 case 3: 10 case 3:
(...skipping 18 matching lines...) Expand all
29 } 29 }
30 throw new core::FallThroughError::•(); 30 throw new core::FallThroughError::•();
31 } 31 }
32 #L5: 32 #L5:
33 case 4: 33 case 4:
34 { 34 {
35 break #L1; 35 break #L1;
36 } 36 }
37 } 37 }
38 } 38 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/fallthrough.dart.outline.expect ('k') | pkg/front_end/testcases/fibonacci.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698