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

Side by Side Diff: pkg/front_end/testcases/cascade.dart.dartk.expect

Issue 2980883003: Remove code associated with the old "kompile" functionality. (Closed)
Patch Set: Created 3 years, 5 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
(Empty)
1 library;
2 import self as self;
3 import "dart:core" as core;
4
5 static method main() → dynamic {
6 dynamic list = let final dynamic #t1 = <dynamic>[1] in let final dynamic #t2 = #t1.add(2) in let final dynamic #t3 = #t1.add(3) in let final dynamic #t4 = #t1 .addAll(<dynamic>[4, 5]) in #t1;
7 core::print(list);
8 let final dynamic #t5 = list in let final dynamic #t6 = #t5.add(2) in let fina l dynamic #t7 = #t5.length in let final dynamic #t8 = #t5.length = 0 in #t5;
9 core::print(list);
10 let final dynamic #t9 = list in let final dynamic #t10 = #t9.add(2) in let fin al dynamic #t11 = #t9.[](0) in let final dynamic #t12 = let final dynamic #t13 = #t9 in let final dynamic #t14 = 0 in let final dynamic #t15 = 87 in let final d ynamic #t16 = #t13.[]=(#t14, #t15) in #t15 in #t9;
11 core::print(list);
12 list = let final dynamic #t17 = <dynamic>[<dynamic>[1]] in let final dynamic # t18 = #t17.first.last.toString() in let final dynamic #t19 = #t17.first.[](0).to String() in let final dynamic #t20 = #t17.[](0).last.toString() in #t17;
13 core::print(list);
14 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/await.dart.dartk.expect ('k') | pkg/front_end/testcases/casts.dart.dartk.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698