| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 0724efea20fa3e05e8f8a5c0247ed39625266cae..a23c441996e7b22607c342294641ceb3a6b2f5ef 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -702,6 +702,11 @@ class Class : public Object {
|
| // function.
|
| RawType* SignatureType() const;
|
|
|
| + // Return the Type with type parameters declared by this class filled in with
|
| + // dynamic and type parameters declared in superclasses filled in as declared
|
| + // in superclass clauses.
|
| + RawType* RareType() const;
|
| +
|
| RawLibrary* library() const { return raw_ptr()->library_; }
|
| void set_library(const Library& value) const;
|
|
|
|
|