MCPcopy Create free account
hub / github.com/argotorg/solidity / raiseUnsupportedTypesError

Method raiseUnsupportedTypesError

libyul/AsmParser.cpp:810–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810void Parser::raiseUnsupportedTypesError(SourceLocation const& _location) const
811{
812 m_errorReporter.parserError(5473_error, _location, "Types are not supported in untyped Yul.");
813}

Callers

nothing calls this directly

Calls 1

parserErrorMethod · 0.45

Tested by

no test coverage detected