| 247 | |
| 248 | |
| 249 | void ErrorReporter::fatalTypeError(ErrorId _error, SourceLocation const& _location, SecondarySourceLocation const& _secondaryLocation, std::string const& _description) |
| 250 | { |
| 251 | fatalError( |
| 252 | _error, |
| 253 | Error::Type::TypeError, |
| 254 | _location, |
| 255 | _secondaryLocation, |
| 256 | _description |
| 257 | ); |
| 258 | } |
| 259 | |
| 260 | void ErrorReporter::fatalTypeError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 261 | { |
no outgoing calls
no test coverage detected