Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 87fbd6cb11f2ca986907302e46e36f7174f826ce..2b10334306586e356c58129b9cd08de7ae2f9502 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -5886,6 +5886,9 @@ class AbstractType : public Instance { |
}; |
+bool simpleInstanceOfType(const AbstractType& type); |
Vyacheslav Egorov (Google)
2017/04/05 10:49:47
We avoid using global functions like this. I sugge
|
+ |
+ |
// A Type consists of a class, possibly parameterized with type |
// arguments. Example: C<T1, T2>. |
// An unresolved class is a String specifying the class name. |