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

Unified Diff: pkg/compiler/lib/src/js_model/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/js_model/elements.dart
diff --git a/pkg/compiler/lib/src/js_model/elements.dart b/pkg/compiler/lib/src/js_model/elements.dart
index d1bde087e14c97f89529b7383c167b1444a382a1..e04c1b24097b2ec84374770d9cc5592a32c40100 100644
--- a/pkg/compiler/lib/src/js_model/elements.dart
+++ b/pkg/compiler/lib/src/js_model/elements.dart
@@ -506,7 +506,7 @@ class JField extends JMember implements FieldEntity, IndexedField {
String get _kind => 'field';
}
-class JTypeVariable implements TypeVariableEntity {
+class JTypeVariable implements TypeVariableEntity, IndexedTypeVariable {
final Entity typeDeclaration;
final String name;
final int index;

Powered by Google App Engine
This is Rietveld 408576698