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

Unified Diff: pkg/kernel/binary.md

Issue 2989563002: Preserve type variables in closure conversion. (Closed)
Patch Set: Update binary.md. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/kernel/lib/ast.dart » ('j') | pkg/kernel/lib/ast.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/binary.md
diff --git a/pkg/kernel/binary.md b/pkg/kernel/binary.md
index df216649eeb7eb6af5182b240158da1ecb401464..137c2437cf540fcb8ae18df1c5c0f246b597a2c4 100644
--- a/pkg/kernel/binary.md
+++ b/pkg/kernel/binary.md
@@ -741,6 +741,7 @@ type ClosureCreation extends Expression {
MemberReference topLevelFunctionReference;
Expression contextVector;
FunctionType functionType;
+ List<DartType> typeArgs;
karlklose 2017/07/25 09:38:23 Please avoid abbreviations in variable names, rena
sjindel 2017/07/25 13:11:48 Done.
}
abstract type Statement extends Node {}
« no previous file with comments | « no previous file | pkg/kernel/lib/ast.dart » ('j') | pkg/kernel/lib/ast.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698