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

Unified Diff: pkg/kernel/binary.md

Issue 2866593003: Add an optional bound to type parameter references (Closed)
Patch Set: Don't leak the bound if it ever becomes non-null Created 3 years, 7 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') | no next file with comments »
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 f9f415f7e062b2a31dad79916011e57737c898d3..a8fa1409fe911658d668282eb3e117e2371a6b04 100644
--- a/pkg/kernel/binary.md
+++ b/pkg/kernel/binary.md
@@ -949,6 +949,8 @@ type TypeParameterType extends DartType {
// the class type parameters in a constructor refer to those declared on the
// class.
UInt index;
+
+ Option<DartType> bound;
}
type VectorType extends DartType {
« no previous file with comments | « no previous file | pkg/kernel/lib/ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698