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

Side by Side Diff: pkg/front_end/testcases/rasta/switch_execution_case_t02.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 static method test(dynamic value) → dynamic { 5 static method test(dynamic value) → dynamic {
6 dynamic result; 6 dynamic result;
7 #L1: 7 #L1:
8 switch(value) { 8 switch(value) {
9 #L2: 9 #L2:
10 case 1: 10 case 1:
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 } 50 }
51 #L9: 51 #L9:
52 case 5: 52 case 5:
53 case 6: 53 case 6:
54 default: 54 default:
55 {} 55 {}
56 } 56 }
57 return result; 57 return result;
58 } 58 }
59 static method main() → dynamic {} 59 static method main() → dynamic {}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698