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

Side by Side Diff: pkg/front_end/testcases/rasta/issue_000069.dart.direct.expect

Issue 2801283002: Wrap VariableDeclarations in Blocks as specified by Kernel. (Closed)
Patch Set: Update strong.status. 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
« no previous file with comments | « pkg/front_end/test/fasta/strong.status ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 3
4 static method main() → dynamic { 4 static method main() → dynamic {
5 dynamic x; 5 dynamic x;
6 dynamic i = 0; 6 dynamic i = 0;
7 while ((let final dynamic #t1 = i in let final dynamic #t2 = i = #t1.+(1) in # t1).<(5)) 7 while ((let final dynamic #t1 = i in let final dynamic #t2 = i = #t1.+(1) in # t1).<(5)) {
8 dynamic x = i; 8 dynamic x = i;
9 }
9 } 10 }
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/strong.status ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698