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

Unified Diff: pkg/compiler/lib/src/serialization/modelz.dart

Issue 1873573004: Serialize TreeElements (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Check only the last test to avoid timeout. Created 4 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 side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/serialization/modelz.dart
diff --git a/pkg/compiler/lib/src/serialization/modelz.dart b/pkg/compiler/lib/src/serialization/modelz.dart
index 97a327a1c2b278979c3cbfd446a2aecbd9efabf0..e06cb037efeeba8d0d085cf3b2192ddff6c754dd 100644
--- a/pkg/compiler/lib/src/serialization/modelz.dart
+++ b/pkg/compiler/lib/src/serialization/modelz.dart
@@ -1306,8 +1306,7 @@ class StaticFieldElementZ extends FieldElementZ
class EnumConstantElementZ extends StaticFieldElementZ
implements EnumConstantElement {
- EnumConstantElementZ(ObjectDecoder decoder)
- : super(decoder);
+ EnumConstantElementZ(ObjectDecoder decoder) : super(decoder);
int get index => _decoder.getInt(Key.INDEX);
}
@@ -1788,7 +1787,6 @@ class InitializingFormalElementZ extends ParameterElementZ
ElementKind get kind => ElementKind.INITIALIZING_FORMAL;
}
-
class LocalVariableElementZ extends DeserializedElementZ
with
AnalyzableElementMixin,
« no previous file with comments | « pkg/compiler/lib/src/serialization/keys.dart ('k') | pkg/compiler/lib/src/serialization/resolved_ast_serialization.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698