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

Side by Side Diff: pkg/front_end/testcases/micro.dart

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 staticMethod() { 1 staticMethod() {
2 return "sdfg"; 2 return "sdfg";
3 } 3 }
4 4
5 class Foo { 5 class Foo {
6 instanceMethod() { 6 instanceMethod() {
7 return 123; 7 return 123;
8 } 8 }
9 } 9 }
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 var subBox = new SubFinalBox("dfg"); 66 var subBox = new SubFinalBox("dfg");
67 var c = subBox.finalField; 67 var c = subBox.finalField;
68 68
69 makeDynamicCall(new DynamicReceiver1()); 69 makeDynamicCall(new DynamicReceiver1());
70 makeDynamicCall(new DynamicReceiver2()); 70 makeDynamicCall(new DynamicReceiver2());
71 71
72 var list = ["string"]; 72 var list = ["string"];
73 var d = list[0]; 73 var d = list[0];
74 } 74 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/map.dart.outline.expect ('k') | pkg/front_end/testcases/micro.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698