mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[TypeChecker] Remove function input and return parameter names from mobileType
This commit is contained in:
@@ -1293,9 +1293,9 @@ bool TypeChecker::visit(Conditional const& _conditional)
|
||||
|
||||
if (_conditional.annotation().willBeWrittenTo)
|
||||
m_errorReporter.typeError(
|
||||
2212_error,
|
||||
_conditional.location(),
|
||||
"Conditional expression as left value is not supported yet."
|
||||
2212_error,
|
||||
_conditional.location(),
|
||||
"Conditional expression as left value is not supported yet."
|
||||
);
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user