Index: pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart |
diff --git a/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart b/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart |
index 6f294f6c00a35469da2d78e6c0d798674610f035..30bd78424f48fdb12e8ca8f22191f607f0fdaa47 100644 |
--- a/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart |
+++ b/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart |
@@ -12,7 +12,7 @@ class TypeTestProperties { |
/// If the is tests were generated with `storeFunctionTypeInMetadata` set to |
/// `false`, this field is `null`, and the [properties] contain a property |
/// that encodes the function type. |
- int functionTypeIndex; |
+ jsAst.Expression functionTypeIndex; |
/// The properties that must be installed on the prototype of the |
/// JS constructor of the [ClassElement] for which the is checks were |