| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index e29f86e05a78aa50a544f8c1e51c22ab419558a6..f453f4301af0c16a68e497f7b24e4d1d6b45c8da 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -375,6 +375,7 @@ class Parser : public ValueObject {
|
| String* CurrentLiteral() const;
|
| RawDouble* CurrentDoubleLiteral() const;
|
| RawInteger* CurrentIntegerLiteral() const;
|
| + RawFraction* CurrentRationalLiteral() const;
|
|
|
| // Sets parser to given token position in the stream.
|
| void SetPosition(TokenPosition position);
|
|
|