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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 13467021: Register type for literal list/map. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: sdk/lib/_internal/compiler/implementation/elements/elements.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
index b35824d4ef41e3e73acce1e81d5568c6a5dfbed8..b9a396d7076d1d390b622218e4b8eca129230ed4 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
@@ -741,7 +741,6 @@ abstract class ClassElement extends TypeDeclarationElement
bool get hasLocalScopeMembers;
// TODO(kasperl): These are bit fishy. Do we really need them?
- void set rawType(InterfaceType value);
void set thisType(InterfaceType value);
void set supertype(DartType value);
void set allSupertypes(Link<DartType> value);

Powered by Google App Engine
This is Rietveld 408576698