mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Change error message and add tests
This commit is contained in:
@@ -1487,7 +1487,7 @@ void TypeChecker::typeCheckABIEncodeFunctions(
|
||||
{
|
||||
m_errorReporter.typeError(
|
||||
arguments[i]->location(),
|
||||
"Fixed point numbers cannot yet be encoded."
|
||||
"Fractional numbers cannot yet be encoded."
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user