solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/299_invalid_fixed_types_long_invalid_identifier.sol

6 lines
151 B
Solidity

contract test {
fixed99999999999999999999999999999999999999x7 b = 9.5;
}
// ----
// DeclarationError: (20-65): Identifier not found or not unique.