Chromium Code Reviews| Index: pkg/compiler/lib/src/serialization/equivalence.dart |
| diff --git a/pkg/compiler/lib/src/serialization/equivalence.dart b/pkg/compiler/lib/src/serialization/equivalence.dart |
| index ec5dd23cb1af077914bf240d268ebc1f8c5ce6d0..3acb1029dda6748c242c7b3cd0f392f12026e033 100644 |
| --- a/pkg/compiler/lib/src/serialization/equivalence.dart |
| +++ b/pkg/compiler/lib/src/serialization/equivalence.dart |
| @@ -562,7 +562,7 @@ class TypeEquivalence implements DartTypeVisitor<bool, DartType> { |
| @override |
| bool visitTypeVariableType(TypeVariableType type, TypeVariableType other) { |
| return strategy.testElements( |
|
Johnni Winther
2016/07/04 13:40:36
dartfmt
|
| - type, other, 'element', type.element, other.element) && |
| + type, other, 'element', type.element, other.element) && |
| strategy.test(type, other, 'is MethodTypeVariableType', |
| type is MethodTypeVariableType, other is MethodTypeVariableType); |
| } |