| Index: src/type-hints.cc
|
| diff --git a/src/type-hints.cc b/src/type-hints.cc
|
| index 29a15c6e3c54c2a065039519e02cf09684bf7ec3..38d0b6433f646bf1c7558e4da6643e601a371db6 100644
|
| --- a/src/type-hints.cc
|
| +++ b/src/type-hints.cc
|
| @@ -40,6 +40,8 @@ std::ostream& operator<<(std::ostream& os, CompareOperationHint hint) {
|
| return os << "InternalizedString";
|
| case CompareOperationHint::kString:
|
| return os << "String";
|
| + case CompareOperationHint::kSymbol:
|
| + return os << "Symbol";
|
| case CompareOperationHint::kReceiver:
|
| return os << "Receiver";
|
| case CompareOperationHint::kAny:
|
|
|