solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/300_invalid_fixed_types_7x8_mxn.sol

6 lines
121 B
Solidity
Raw Normal View History

contract test {
fixed7x8 c = 3.12345678;
}
// ----
// DeclarationError: (20-28): Identifier not found or not unique.