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

8 lines
200 B
Solidity
Raw Normal View History

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