Index: runtime/vm/object.h |
=================================================================== |
--- runtime/vm/object.h (revision 20936) |
+++ runtime/vm/object.h (working copy) |
@@ -3681,7 +3681,7 @@ |
void set_index(intptr_t value) const; |
RawAbstractType* bound() const { return raw_ptr()->bound_; } |
void set_bound(const AbstractType& value) const; |
- void CheckBound(const AbstractType& bounded_type, |
+ bool CheckBound(const AbstractType& bounded_type, |
srdjan
2013/04/04 20:12:52
Please document what result means (true/false).
regis
2013/04/04 20:24:32
Done.
|
const AbstractType& upper_bound, |
Error* malformed_error) const; |
virtual intptr_t token_pos() const { return raw_ptr()->token_pos_; } |