solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/302_invalid_fixed_type_long.sol

8 lines
195 B
Solidity

contract test {
function f() public {
fixed8x888888888888888888888888888888888888888888888888888 b;
}
}
// ----
// DeclarationError: (50-108): Identifier not found or not unique.