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

Unified Diff: pkg/analyzer2dart/test/sexpr_data.dart

Issue 898463002: Rename ClosureVariable, use separate IR forms for declaration and assignment. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer2dart/test/sexpr_data.dart
diff --git a/pkg/analyzer2dart/test/sexpr_data.dart b/pkg/analyzer2dart/test/sexpr_data.dart
index 9cb3f260825ee85312ad7a5e8abe8232e137c4d7..646a42aba0194d2098e6368b7728e55ca712345a 100644
--- a/pkg/analyzer2dart/test/sexpr_data.dart
+++ b/pkg/analyzer2dart/test/sexpr_data.dart
@@ -1372,7 +1372,7 @@ main(x,foo) {
(LetCont ((k0 (v0)
(LetPrim (v1 (CreateFunction
(FunctionDefinition getFoo () return
- (LetPrim (v2 (GetClosureVariable foo))
+ (LetPrim (v2 (GetMutableVariable foo))
(InvokeContinuation return (v2))))))
(LetCont ((k1 (v3)
(LetCont ((k2 (v4)
« no previous file with comments | « no previous file | pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart » ('j') | pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698