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

Unified Diff: pkg/kernel/binary.md

Issue 2669303002: Support for modular mixin resolution. (Closed)
Patch Set: Update binary format Created 3 years, 10 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/kernel/binary.md
diff --git a/pkg/kernel/binary.md b/pkg/kernel/binary.md
index a287dd6be83b9b2884a61d04c12ab347a3fb7af5..f08f239fb8d94937eacb16588c1ec019ecbc8c94 100644
--- a/pkg/kernel/binary.md
+++ b/pkg/kernel/binary.md
@@ -197,7 +197,7 @@ abstract type Class extends Node {}
type NormalClass extends Class {
Byte tag = 2;
FileOffset fileOffset;
- Byte flags (isAbstract, isTypeLevel);
+ Byte flags (isAbstract, xx); // where xx is index of class level
Kevin Millikin (Google) 2017/02/09 10:44:34 This should be spelled out explicitly here, even i
asgerf 2017/02/13 12:43:35 Done.
StringReference name;
// An absolute path URI to the .dart file from which the class was created.
UriReference fileUri;

Powered by Google App Engine
This is Rietveld 408576698