| 808 | } |
| 809 | |
| 810 | void Parser::raiseUnsupportedTypesError(SourceLocation const& _location) const |
| 811 | { |
| 812 | m_errorReporter.parserError(5473_error, _location, "Types are not supported in untyped Yul."); |
| 813 | } |
nothing calls this directly
no test coverage detected