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

Unified Diff: pkg/compiler/lib/src/kernel/elements.dart

Issue 2969073002: Add most equivalence tests to js_model/model_test (Closed)
Patch Set: 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
Index: pkg/compiler/lib/src/kernel/elements.dart
diff --git a/pkg/compiler/lib/src/kernel/elements.dart b/pkg/compiler/lib/src/kernel/elements.dart
index 056f09f3403b4920a77dd1d0c4019491f0a55ee7..c8f9a35559598531b27fdfa0685396f340e886c4 100644
--- a/pkg/compiler/lib/src/kernel/elements.dart
+++ b/pkg/compiler/lib/src/kernel/elements.dart
@@ -27,3 +27,6 @@ abstract class IndexedConstructor
implements IndexedFunction, ConstructorEntity {}
abstract class IndexedField implements IndexedMember, FieldEntity {}
+
+// TODO(johnniwinther): Add and use [typeVariableIndex].
+abstract class IndexedTypeVariable implements TypeVariableEntity {}

Powered by Google App Engine
This is Rietveld 408576698