(/* range, m */)
| 15633 | return `value of type '${this._value.type().annotation_str}'`; |
| 15634 | } |
| 15635 | asValue(/* range, m */) { |
| 15636 | return this._value; |
| 15637 | } |
| 15638 | getValue() { |
| 15639 | return this._value; |
| 15640 | } |
no outgoing calls
no test coverage detected